dcpdf_SetSubject
Specifies the Subject property for PDF documents that are generated by the dcpdf_MakePDFDoc action.
Member of namespace
dcpdfSyntax
bool dcpdf_SetSubject (strParam)
Parameters
String value of the Subject.Returns
Always True.Details
This action sets the Subject property of PDF generated by a subsequent dcpdf_MakePDFDoc action.The Subject is a searchable value for the page or document. If this action is not called, the value of the subject is blank in the resulting document.
- Example:
dcpdf_SetSubject("HealthClaimDoc") cpdf_SetAuthor("Harriet Jones") dcpdf_MakePDFDoc("True")