For PDFDocumentProperties object

Applies to

PDFDocumentProperties object

Description

Gets or sets the subject of the PDF document.

Data type

String.

Usage

This example sets the subject for the PDFDocumentProperties object lpdf_docProp:

PDFDocument lpdf_doc
PDFDocumentProperties lpdf_docProp

lpdf_doc = Create PDFDocument

lpdf_docProp = lpdf_doc.properties
lpdf_docProp.Subject = "appeon-Subject"