PCDResolution property (LEADDlgFile Control)
Builder Syntax |
L_INT PCDResolution |
Delphi Syntax |
PCDResolution: L_INT |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
(Read Only) Gets 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 |
L_PCD_BASE_OVER_64 |
[0] Resolution 64 x 96 |
L_PCD_BASE_OVER_16 |
[1] Resolution 128 x 192 |
L_PCD_BASE_OVER_4 |
[2] Resolution 256 x 384 |
L_PCD_BASE |
[3] Resolution 512 x 768 |
L_PCD_4BASE |
[4] Resolution 1024 x 1536 |
L_PCD_16BASE |
[5] Resolution 2048 x 3072 |
This property is valid only if the OptionsFileType property is FILE_PCD.
See Also