Keywords

Applies to

PDFDocumentProperties object

Description

Gets or sets the keywords of the PDF document.

Datatype

String.

Usage

This example sets the keywords for the PDFDocumentProperties object lpdf_docProp:

PDFDocument lpdf_doc
PDFDocumentProperties lpdf_docProp

lpdf_doc = Create PDFDocument

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