DocExportPictureQuality

<< Click to Display Table of Contents >>

Navigation:  PDF Export >

DocExportPictureQuality

Previous pageReturn to chapter overviewNext page

[VPE Professional Edition and above]

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

property DocExportPictureQuality [integer] VPE.DocExportPictureQuality

read / write; runtime only

Possible values:

ActiveX / VCL

Value

Enum

Comment

PICEXP_QUALITY_NORMAL

0

Normal

embedded images will have normal quality [default]

PICEXP_QUALITY_HIGH        

1

High

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 DocExportPictureResolution), 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.