PCDResolution Property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

PCDResConstants PCDResolution;

Overview

Refer to Using Imaging Common Dialogs

Remarks

(Read Only) Get the PCD file resolution entered by the user in the Open dialog box.

This value represents the resolution to load or use in conversion. Possible values are:

Value

Meaning

PCDRES_BASE_OVER_64

[0] Resolution 64 x 96

PCDRES_BASE_OVER_16

[1] Resolution 128 x 192

PCDRES_BASE_OVER_4

[2] Resolution 256 x 384

PCDRES_BASE

[3] Resolution 512 x 768

PCDRES_4BASE

[4] Resolution 1024 x 1536

PCDRES_16BASE

[5] Resolution 2048 x 3072

The PCDResolution property is valid only if OptionsFileType property was FILE_PCD.

See Also

Elements

ShowOpenDlg method