PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / MeasurementPrinterName Property

In This Topic
    MeasurementPrinterName Property (C1PrintDocument)
    In This Topic
    Gets or sets the name of the printer used to provide System.Drawing.Graphics used to measure/calculate layouts of C1PrintDocument objects. This property is only used if MeasurementDevice is set to MeasurementDeviceEnum.Printer.
    Syntax
    'Declaration
     
    Public Shared Property MeasurementPrinterName As String
    public static string MeasurementPrinterName {get; set;}
    See Also