WMFXResolution Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

long WMFXResolution;

Overview

Refer to Using Imaging Common Dialogs

Remarks

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

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

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

FILE_WMF,

FILE_EMF.

See Also

Elements

ShowOpenDlg method