共用方式為


PDEV_ADJUST_PAPER_MARGIN結構(printoem.h)

PDEV_ADJUST_PAPER_MARGIN 結構會指定可影像列印區域。

語法

typedef struct _PDEV_ADJUST_PAPER_MARGIN {
  RECTL rcImageableArea;
} PDEV_ADJUST_PAPER_MARGIN;

成員

rcImageableArea

這是 RECTL 結構,指定可以列印的矩形區域。 這個區域是以 0.001 公厘為單位指定。

言論

此結構適用於 Windows XP 和更新版本。

IPrintOemPS2::GetPDEVAdjustment 方法的 pBuf 參數可以指向此類型的結構。

要求

要求 價值
標頭 printoem.h (include Prcomoem.h)

另請參閱

IPrintOemPS2::GetPDEVAdjustment

RECTL