PDEV_ADJUST_PHYSICAL_PAPER_SIZE structure (printoem.h)
The PDEV_ADJUST_PAPER_PHYSICAL_SIZE structure specifies a paper size value.
Syntax
typedef struct _PDEV_ADJUST_PHYSICAL_PAPER_SIZE {
SIZEL szlPhysicalPaperSize;
} PDEV_ADJUST_PHYSICAL_PAPER_SIZE, *PPDEV_ADJUST_PHYSICAL_PAPER_SIZE;
Members
szlPhysicalPaperSize
A SIZEL structure that specifies the physical paper size, in graphics device units (pixels).
Remarks
The PDEV_ADJUST_PAPER_PHYSICAL_SIZE structure is available in Windows Vista and later operating systems.
Requirements
Requirement | Value |
---|---|
Header | printoem.h (include Printoem.h) |