PDFSaveUseDPI property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL PDFSaveUseDPI

Overview

Refer to Implementing PDF Plug in Features.

Remarks

Indicates whether to use the bitmap's DPI in calculating page dimensions when saving a PDF file. The BitmapXRes property and the BitmapYRes property are updated with the bitmap's DPI when a bitmap is loaded. If this property is TRUE, the values in the BitmapXRes and BitmapYRes properties will be used to calculate the page dimensions when a PDF file is saved.

Possible values are:

Value

Meaning

TRUE

Use the bitmap's DPI in calculating page dimensions when saving a PDF file.

FALSE

Ignore bitmap DPI when saving a PDF file.

The default setting is FALSE.

See Also

Elements:

PDFDisplayDepth property, PDFGraphicsAlpha property, PDFTextAlpha property, PDFUseLibFonts property, PDFXResolution property, PDFYResolution property

Topics:

Raster Images: Saving Files