<< Click to Display Table of Contents >> VpeGetDocExportPictureQuality |
[VPE Professional Edition and above]
Returns the current setting for the quality of images exported to non-VPE documents (like PDF, HTML, etc.).
int VpeGetDocExportPictureQuality(
VpeHandle hDoc,
)
VpeHandle hDoc
Document Handle
Returns:
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) |