Struct genpdf::render::Page[][src]

pub struct Page { /* fields omitted */ }
Expand description

A page of a PDF document.

This is a wrapper around a printpdf::PdfPageReference.

Implementations

Adds a new layer with the given name to the page.

Returns the number of layers on this page.

Returns a layer of this page.

Returns the first layer of this page.

Returns the last layer of this page.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.