Enum wkhtmltopdf::PageSize [] [src]

pub enum PageSize {
    A1,
    A2,
    A3,
    A4,
    A5,
    A6,
    A7,
    A8,
    A9,
    B0,
    B1,
    B2,
    B3,
    B4,
    B5,
    B6,
    B7,
    B8,
    B9,
    B10,
    C5E,
    Comm10E,
    DLE,
    Executive,
    Folio,
    Ledger,
    Legal,
    Letter,
    Tabloid,
    Custom(SizeSize),
}

Physical size of the paper

Variants

A1A2A3A4A5A6A7A8A9B0B1B2B3B4B5B6B7B8B9B10C5EComm10EDLEExecutiveFolioLedgerLegalLetterTabloidCustom(SizeSize)

Custom paper size: (width, height)

Trait Implementations

impl Debug for PageSize
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.