documentAttributes
A dictionary of document metadata.
Declaration
var documentAttributes: [AnyHashable : Any]? { get set }Return Value
The dictionary of document metadata. The dictionary may be empty, or only some of the keys may have associated values.
Discussion
Metadata is optional for PDF documents.