PDFDisplayDepth property (Main Control)
Builder Syntax |
int PDFDisplayDepth; |
Delphi Syntax |
PDFDisplayDepth : integer ; |
Overview |
Refer to Implementing PDF Plug in Features. |
Remarks
(Published property, available at design time) Sets the pixel depth value that LEADTOOLS uses when loading PDF, PS or EPS files.
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 |
24 bits per pixel in the resultant bitmap |
The default setting is 24.
See Also
Elements: |
PDFXResolution property, PDFYResolution property, PDFTextAlpha property, PDFGraphicsAlpha property, PDFUseLibFonts property, PDFInitDir property |
Topics: |