dcpdf_SetTitle
Specifies the Title property for PDF documents that are generated by the dcpdf_MakePDFDoc action.
Member of namespace
dcpdfSyntax
bool dcpdf_SetTitle (strParam)
Parameters
String value of the Title.Returns
Always True.Level
Batch or Document level.Details
This action sets the Title property of a PDF document generated by a subsequent dcpdf_MakePDFDoc action.The Title is a searchable value for the page or document. If this action is not called prior to dcpdf_MakePDFDoc, the value will default to Untitled.
- Example:
dcpdf_SetTitle("NewInvoice") dcpdf_MakePDFDoc("True")