PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA structure (printoem.h)

The PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA structure specifies the imageable origin area.

Syntax

typedef struct _PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA {
  POINT ptImageOrigin;
  SIZEL szlImageableArea;
} PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA, *PPDEV_ADJUST_IMAGEABLE_ORIGIN_AREA;

Members

ptImageOrigin

A POINT structure that specifies the origin of the imageable area, in graphics device units (pixels).

szlImageableArea

A SIZEL structure that specifies the size of the image area, in graphics device units (pixels).

Remarks

The PDEV_ADJUST_IMAGEABLE_ORIGIN_AREA structure is available in Windows Vista and later operating systems.

Requirements

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