windows::Win32::System::WinRT::Printing

Trait IPrintPreviewPageCollection_Impl

pub trait IPrintPreviewPageCollection_Impl: IUnknownImpl {
    // Required methods
    fn Paginate(
        &self,
        currentjobpage: u32,
        printtaskoptions: Ref<'_, IInspectable>,
    ) -> Result<()>;
    fn MakePage(
        &self,
        desiredjobpage: u32,
        width: f32,
        height: f32,
    ) -> Result<()>;
}

Required Methods§

fn Paginate( &self, currentjobpage: u32, printtaskoptions: Ref<'_, IInspectable>, ) -> Result<()>

fn MakePage(&self, desiredjobpage: u32, width: f32, height: f32) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§