Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ActualCreationDevice Property

In This Topic
    ActualCreationDevice Property (C1PrintDocument)
    In This Topic
    Gets the actual measurement device which was used to generate the document. This device can differ from the one specified by CreationDevice, for example if CreationDevice was set to MeasurementDeviceEnum.Printer but the current system has no printers installed.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualCreationDevice As MeasurementDeviceEnum
    public MeasurementDeviceEnum ActualCreationDevice {get;}
    See Also