Enum wkhtmltopdf::Orientation [] [src]

pub enum Orientation {
    Landscape,
    Portrait,
}

PDF Orientation

Variants

LandscapePortrait

Trait Implementations

impl Debug for Orientation
[src]

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

Formats the value using the given formatter.