-
public string author { owned get; }
The author of the document
-
public int creation_date { get; }
The date the document was created as seconds since the Epoch, or -1
-
public string creator { owned get; }
The creator of the document. See also poppler_document_get_creator
-
public string format { owned get; }
The PDF version as string. See also poppler_document_get_pdf_version_string
-
public uint format_major { get; }
The PDF major version number. See also poppler_document_get_pdf_version
-
public uint format_minor { get; }
The PDF minor version number. See also poppler_document_get_pdf_version
-
public string keywords { owned get; }
The keywords associated to the document
-
public string linearized { owned get; }
Whether document is linearized. See also poppler_document_is_linearized
-
public string metadata { owned get; }
Document metadata in XML format, or null
-
public int mod_date { get; }
The date the document was most recently modified as seconds since the Epoch, or -1
-
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 string producer { owned get; }
The producer of the document. See also poppler_document_get_producer
-
public string subject { owned get; }
The subject of the document
-
public string title { owned get; }
The document's title or null
-
public ViewerPreferences viewer_preferences { get; }