PrinterSettings.IsPlotter Proprietà

Definizione

Ottiene un valore che indica se la stampante è un plotter.

public:
 property bool IsPlotter { bool get(); };
public bool IsPlotter { get; }
member this.IsPlotter : bool
Public ReadOnly Property IsPlotter As Boolean

Valore della proprietà

true se la stampante è un plotter, false se la stampante è un raster.

Commenti

Un plotter è una stampante basata su vettore anziché basata su raster. La maggior parte delle stampanti basate su vettori usa singole penne di tracciato per produrre output.

Si applica a

Vedi anche