VpeGetUDOIsExporting

<< Click to Display Table of Contents >>

Navigation:  UDO - User Defined Objects >

VpeGetUDOIsExporting

Previous pageReturn to chapter overviewNext page

[Windows platform only, Professional Edition and above]

If you want to be able, to scale the visual content of a UDO accordingly to the scale of the Preview, the scale of a printing device or the scale of a virtual surface (i.e. when exporting to PDF or an image) you need to be able to determine onto what surface the UDO has to be drawn. Use this property as well as the UDOIsPrinting property for such a task.

int VpeGetUDOIsExporting(

VpeHandle hDoc

)

VpeHandle hDoc

Document Handle

Returns:

Value

Description

True

yes, the UDO has to be drawn onto a virtual surface

False

no, the UDO has not to be drawn onto a virtual surface