PDEV_ADJUST_PAPER_MARGIN structure (printoem.h)

The PDEV_ADJUST_PAPER_MARGIN structure specifies the imageable printing area.

Syntax

typedef struct _PDEV_ADJUST_PAPER_MARGIN {
  RECTL rcImageableArea;
} PDEV_ADJUST_PAPER_MARGIN;

Members

rcImageableArea

Is a RECTL structure that specifies the rectangular region that can be printed in. This region is specified in units of 0.001 mm.

Remarks

This structure is available in Windows XP and later.

The pBuf parameter of the IPrintOemPS2::GetPDEVAdjustment method can point to a structure of this type.

Requirements

Requirement Value
Header printoem.h (include Prcomoem.h)

See also

IPrintOemPS2::GetPDEVAdjustment

RECTL