Applies to
PDFDocumentProperties object
Description
Gets or sets the creator of the PDF document.
Datatype
String.
Usage
This example sets the creator for the PDFDocumentProperties object lpdf_docProp:
PDFDocument lpdf_doc PDFDocumentProperties lpdf_docProp lpdf_doc = Create PDFDocument lpdf_docProp = lpdf_doc.properties lpdf_docProp.Application = "appeon-Creator"