PdfDocumentMetadataCustomFields Property |
Gets a table of custom metadata fields.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Hashtable CustomFields { get; }
Public ReadOnly Property CustomFields As Hashtable
Get
Property Value
Type:
HashtableRemarks
The PDF specification requires that metadata field names and values are
strings. It is possible to add any object type to the table, but this will
create an illegal PDF. Standard fields (Title, Subject, Author, Keywords,
Creator, and Producer) must not be stored in this table; use the properties
for standard fields instead.
See Also