NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterSettings.IsPlotter

Gets a value indicating whether the printer is a plotter, as opposed to a raster printer.

[Visual Basic]
Public ReadOnly Property IsPlotter As Boolean
[C#]
public bool IsPlotter {get;}
[C++]
public: __property bool get_IsPlotter();
[JScript]
public function get IsPlotter() : Boolean;

Property Value

true if the printer is a plotter; otherwise, false.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | CanDuplex | Collate | IsValid | SupportsColor