ComponentOne FlexReport for WinForms
MeasurementPrinterName Property (C1Document)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1Document Class : MeasurementPrinterName Property
Gets or sets the name of the printer used to provide System.Drawing.Graphics used to measure/calculate layouts of document objects, when used GDI/GDI+ functions. This property is only used if MeasurementDevice is set to MeasurementDevice.Printer.
Syntax
'Declaration
 
Public Property MeasurementPrinterName As System.String
public System.string MeasurementPrinterName {get; set;}
See Also

Reference

C1Document Class
C1Document Members