pub trait IPrintSchemaNUpOption_Impl: Sized + IPrintSchemaOption_Impl {
    // Required method
    fn PagesPerSheet(&self) -> Result<u32>;
}

Required Methods§

fn PagesPerSheet(&self) -> Result<u32>

Object Safety§

This trait is not object safe.

Implementors§