Aspose::Words::Saving::PdfCustomPropertiesExport enum

PdfCustomPropertiesExport enum

Specifies the way CustomDocumentProperties are exported to PDF file.

enum class PdfCustomPropertiesExport

Values

NameValueDescription
None0No custom properties are exported.
Standard1Custom properties are exported as entries in /Info dictionary. Custom properties with the following names are not exported: “Title”, “Author”, “Subject”, “Keywords”, “Creator”, “Producer”, “CreationDate”, “ModDate”, “Trapped”.
Metadata2Custom properties are Metadata.

See Also