<< Click to Display Table of Contents >> VpeSetDevJobName |
[Windows platform only; not supported by the Community Edition]
Sets the job name for the currently selected output device, which will be shown in the printer spooler of the system. If no job name is set ("" or NULL), VPE will compose a job name from the name of the application calling VPE and the title of the document (or of the filename if VpeOpenDocFile() is used).
void VpeSetDevJobName(
VpeHandle hDoc,
LPCSTR job_name
)
VpeHandle hDoc
Document Handle
LPCSTR job_name
job name
Remarks:
This property is not written to a VPE setup file.