- public string author { owned get; set; }
The author of the document
- public int creation_date { get; set; }
The date the document was created as seconds since the Epoch, or -1
- public DateTime creation_datetime { owned get; set; }
The DateTime the document was created.
- public string creator { owned get; set; }
The creator of the document.
- public string format { owned get; }
The PDF version as string.
- public uint format_major { get; }
The PDF major version number.
- public uint format_minor { get; }
The PDF minor version number.
- public string keywords { owned get; set; }
The keywords associated to the document
- public bool linearized { get; }
Whether document is linearized.
- public string metadata { owned get; }
Document metadata in XML format, or null
- public int mod_date { get; set; }
The date the document was most recently modified as seconds since the
Epoch, or -1
- public DateTime mod_datetime { owned get; set; }
The DateTime the document was most recently
modified.
- public PageLayout page_layout { get; }
The page layout that should be used when the document is opened
- public PageMode page_mode { get; }
The mode that should be used when the document is opened
- public Permissions permissions { get; }
Flags specifying which operations are permitted when the document is
opened
- public PrintDuplex print_duplex { get; }
- public int print_n_copies { get; }
Suggested number of copies to be printed for this document
- public PrintScaling print_scaling { get; }
- public string producer { owned get; set; }
The producer of the document.
- public string subject { owned get; set; }
The subject of the document
- public PDFSubtype subtype { get; }
Document PDF subtype type
- public PDFConformance subtype_conformance { get; }
Document PDF subtype conformance
- public PDFPart subtype_part { get; }
Document PDF subtype part
- public string subtype_string { owned get; }
Document PDF subtype.
- public string title { owned get; set; }
The document's title or null
- public ViewerPreferences viewer_preferences { get; }