Trait windows::Win32::Graphics::Printing::IPrintSchemaNUpOption_Impl
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.