[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.SelectBestMeasurementDevice

SelectBestMeasurementDevice Method

SelectBestMeasurementDevice()

Selects a device to use for MeasurementGraphics.

This method looks for a printer with a "square" resolution (i.e. with the same horizontal and vertical DPI) equal to or larger than 300 DPI. If such a printer is found, it is assigned to MeasurementPrinterName, and MeasurementDevice is set to Printer. Otherwise, MeasurementDevice is set to Screen.

The selected device's resolution is returned by MeasurementDpi.

Declaration
public static void SelectBestMeasurementDevice()