C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ActualCreationDevice Property

In This Topic
ActualCreationDevice Property
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
 
See Also