VpeSetDocExportPictureQuality

<< Click to Display Table of Contents >>

Navigation:  PDF Export >

VpeSetDocExportPictureQuality

Previous pageReturn to chapter overviewNext page

[VPE Professional Edition and above]

Sets the current setting for the quality of images exported to non-VPE documents (like PDF, HTML, etc.).

void VpeSetDocExportPictureQuality(

long hDoc,

int quality

)

VpeHandle hDoc

Document Handle

int quality

possible values are:

Constant Name

Value

Comment

PICEXP_QUALITY_NORMAL

0

embedded images will have normal quality [default]

PICEXP_QUALITY_HIGH

1

embedded images will have high quality (using Scale2Gray, only available in VPE Professional Edition or higher)

Default:

PICEXP_QUALITY_NORMAL

Remarks:

If an image is scaled to a lower resolution during export of the document (see VpeSetDocExportPictureResolution()), this can either be done using a standard algorithm for stretching a bitmap (PICEXP_QUALITY_NORMAL), or it can be done using the Scale2Gray technology (PICEXP_QUALITY_HIGH), which gives much more accurate results.