PCDResolution property (LEADDlgFile Control)

C++ Builder example

Delphi 4.0 example

 

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

Elements:

ShowOpenDlg method, Filter property, FilterIndex property, FileName property, FileTitle property, DialogTitle property, DlgFileFlags property, InitialDir property, MaxFileSize property, MaxFileTitleSize property, PreviewEnabled property, OptionsFileType property, Bitmap property, Thumbnail property, PageNumber property, LoadPasses property, LoadCompressed property, LoadRotated property, ShowLoadOptions property, PDFXResolution property, PDFYResolution property, PDFDisplayDepth property, PDFTextAlpha property, PDFGraphicsAlpha property, RASTERMISCXResolution property, RASTERMISCYResolution property, METAFILEXResolution property, METAFILEYResolution property, VECTORMISCViewportWidth property, VECTORMISCViewportHeight property, VECTORMISCViewportMode property, VECTORMISCFont property, DXFViewportWidth property, DXFViewportHeight property, DXFViewportMode property, DXFFont property, DXFAutoCADColorScheme property, PLTViewportWidth property, PLTViewportHeight property, PLTViewportMode property, PLTPenWidth property, PLTPenColor property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events