dcpdf_SetSubject (deprecated)
Specifies the Subject property for PDF documents that are generated by the dcpdf_MakePDFDoc action. This action is deprecated. Instead, use the actions in Convert, OCRA and OCRS.
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")