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