Struct printpdf::types::plugins::misc::document_info::DocumentInfo [] [src]

pub struct DocumentInfo {}

"Info" dictionary of a PDF document. Actual data is contained in DocumentMetadata, to keep it in sync with the XmpMetadata (if the timestamps / settings are not in sync, Preflight will complain)

Methods

impl DocumentInfo
[src]

[src]

Create a new doucment info dictionary from a document

Trait Implementations

impl Default for DocumentInfo
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DocumentInfo
[src]

[src]

Formats the value using the given formatter.

impl Copy for DocumentInfo
[src]

impl Clone for DocumentInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more