'Declaration Public Property CreationDevice As MeasurementDeviceEnum
public MeasurementDeviceEnum CreationDevice {get; set;}
'Declaration Public Property CreationDevice As MeasurementDeviceEnum
public MeasurementDeviceEnum CreationDevice {get; set;}
The default behavior determining which reference device should be used when rendering a C1.C1Preview.C1PrintDocument is specified by static properties C1.C1Preview.C1PrintDocument.MeasurementDevice and C1.C1Preview.C1PrintDocument.MeasurementPrinterName. The (non-static) C1.C1Preview.C1PrintDocument.CreationDevice, C1.C1Preview.C1PrintDocument.CreationPrinterName and C1.C1Preview.C1PrintDocument.CreationDpi properties allow to override the behavior for an individual component.
Normally all installed printers would be scanned to obtain a high-resolution reference System.Drawing.Graphics object. In order to bypass this process, set this property to C1.C1Preview.MeasurementDeviceEnum.Screen. In some cases this may increase rendering speed at the cost of some loss in layout accuracy.