Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 843 Bytes

File metadata and controls

29 lines (20 loc) · 843 Bytes

title: PdfCustomPropertiesExport enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs weight: 240 url: /aspose.cells.rendering/pdfcustompropertiesexport/ is_root: false

PdfCustomPropertiesExport enumeration

Specifies the way CustomDocumentPropertyCollection are exported to PDF file.

The PdfCustomPropertiesExport type exposes the following members:

Fields

Field Description
NONE No custom properties are exported.
STANDARD Custom properties are exported as entries in Info dictionary.

See Also