Struct printpdf::types::plugins::graphics::xobject::ReferenceXObject[][src]

pub struct ReferenceXObject {
    pub file: Vec<u8>,
    pub page: i64,
    pub id: [i64; 2],
}

PDF 1.4 and higher Contains a PDF file to be embedded in the current PDF

Fields

(Required) The file containing the target document. (?)

Page number to embed

Optional, should be the document ID and version ID from the metadata

Trait Implementations

impl Debug for ReferenceXObject
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations