Struct windows_sys::Graphics::Printing::PrintPageDescription
[−]#[repr(C)]pub struct PrintPageDescription {
pub PageSize: Size,
pub ImageableRect: Rect,
pub DpiX: u32,
pub DpiY: u32,
}Expand description
Required features: ‘Graphics_Printing’, ‘Foundation’
Fields
PageSize: SizeImageableRect: RectDpiX: u32DpiY: u32