VpeSetPrintable

<< Click to Display Table of Contents >>

Navigation:  Layout Functions >

VpeSetPrintable

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

Controls, whether the next inserted object(s) are printed and exported to external files, i.e. to PDF or image files.

void VpeSetPrintable(

VpeHandle hDoc,

int yes_no

)

VpeHandle hDoc

Document Handle or VPE Object Handle

int yes_no

Value

Description

True

yes

False

no

Default:

True

Remarks:

By default, objects which are marked as non-printable are not exported to external file formats (for example to images or PDF). See the property ExportNonPrintableObjects to override this behavior.