PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / SystemInfo Class / MeasurementDeviceDescription Property

In This Topic
    MeasurementDeviceDescription Property (SystemInfo)
    In This Topic
    Gets the SystemInfo.MeasurementPrinterName if SystemInfo.MeasurementDevice is a printer, or the word "Screen" if it is the screen.
    Syntax
    'Declaration
     
    Public ReadOnly Property MeasurementDeviceDescription As String
    public string MeasurementDeviceDescription {get;}
    See Also