Struct windows_sys::Win32::System::WinRT::Pdf::PDF_RENDER_PARAMS
[−]#[repr(C)]pub struct PDF_RENDER_PARAMS {
pub SourceRect: D2D_RECT_F,
pub DestinationWidth: u32,
pub DestinationHeight: u32,
pub BackgroundColor: D2D_COLOR_F,
pub IgnoreHighContrast: BOOLEAN,
}Expand description
Required features: ‘Win32_System_WinRT_Pdf’, ‘Win32_Foundation’, ‘Win32_Graphics_Direct2D_Common’
Fields
SourceRect: D2D_RECT_FDestinationWidth: u32DestinationHeight: u32BackgroundColor: D2D_COLOR_FIgnoreHighContrast: BOOLEAN