PDFYResolution Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

long PDFYResolution;

Overview

Refer to Using Imaging Common Dialogs

Remarks

(Read Only) Gets the vertical display resolution, in dots per inch, entered by the user in the Open dialog box.

LEADTOOLS uses this property when loading PDF, PS or EPS files.

The PDFYResolution property is valid only if OptionsFileType property contains one of the PDF formats:

FILE_RAS_PDF,

FILE_RAS_PDF_G3_1D,

FILE_RAS_PDF_G3_2D,

FILE_RAS_PDF_G4,

FILE_RAS_PDF_JPEG,

FILE_RAS_PDF_JPEG_422,

FILE_RAS_PDF_JPEG_411.

See Also

Elements

ShowOpenDlg method