windows::Win32::Storage::Xps

Trait IXpsOMThumbnailGenerator_Impl

pub trait IXpsOMThumbnailGenerator_Impl: IUnknownImpl {
    // Required method
    fn GenerateThumbnail(
        &self,
        page: Ref<'_, IXpsOMPage>,
        thumbnailtype: XPS_IMAGE_TYPE,
        thumbnailsize: XPS_THUMBNAIL_SIZE,
        imageresourcepartname: Ref<'_, IOpcPartUri>,
    ) -> Result<IXpsOMImageResource>;
}

Required Methods§

fn GenerateThumbnail( &self, page: Ref<'_, IXpsOMPage>, thumbnailtype: XPS_IMAGE_TYPE, thumbnailsize: XPS_THUMBNAIL_SIZE, imageresourcepartname: Ref<'_, IOpcPartUri>, ) -> Result<IXpsOMImageResource>

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§