[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.ActualCreationDevice

ActualCreationDevice Property

ActualCreationDevice

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 Printer but the current system has no printers installed.

Declaration
[Browsable(false)]
public MeasurementDeviceEnum ActualCreationDevice { get; }
See Also