VpeSetTitle

<< Click to Display Table of Contents >>

Navigation:  PDF Export >

VpeSetTitle

Previous pageReturn to chapter overviewNext page

Sets the Title of the exported document. This value is displayed in Acrobat Reader's Document Properties dialog box. If you do not set this property, VPE sets the title of the PDF document by default to the title you have specified when calling VpeOpenDoc().

void VpeSetTitle(

VpeHandle hDoc,

LPCSTR title

)

VpeHandle hDoc

Document Handle

LPCSTR title

the title of the document

Default:

the title you have specified when calling VpeOpenDoc()