Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1Document Class / MeasurementPrinterName Property

In This Topic
    MeasurementPrinterName Property
    In This Topic
    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 String
    public string MeasurementPrinterName {get; set;}
    See Also