PDFDisplayDepth property (LEADDlgFile Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_INT PDFDisplayDepth

Delphi Syntax

PDFDisplayDepth: L_INT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

(Read Only) Gets the pixel depth entered by the user in the Open dialog box.

LEADTOOLS uses this property when loading PDF, PS or EPS files.

Possible values:

Value

Meaning

1

1 bit per pixel in the resultant bitmap

2

4 bits per pixel in the resultant bitmap

3

8 bits per pixel in the resultant bitmap

24

bits per pixel in the resultant bitmap

This property is valid only if the OptionsFileType property is one of the PDF formats:

FILE_RAS_PDF, FILE_RAS_PDF_G3_1D, FILE_RAS_PDF_G3_2D, FILE_RAS_PDF_G4, FILE_RAS_PDF_JPEG, FILE_RAS_PDF_JPEG_422, FILE_RAS_PDF_JPEG_411.

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, PCDResolution property, PDFXResolution property, PDFYResolution 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