WMFYResolution Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

long WMFYResolution;

Overview

Refer to Using Imaging Common Dialogs

Remarks

(Read Only) Get Y-resolution value entered by the user in the Open dialog box.

LEADTOOLS uses this value when loading images from WMF or EMF files.

The WMFYResolution property is valid only if the OptionsFileType property contains one of the following formats:

FILE_WMF,

FILE_EMF.

See Also

Elements

ShowOpenDlg method