Compartir a través de


estructura PDEV_ADJUST_PHYSICAL_PAPER_SIZE (printoem.h)

La estructura PDEV_ADJUST_PAPER_PHYSICAL_SIZE especifica un valor de tamaño de papel.

Sintaxis

typedef struct _PDEV_ADJUST_PHYSICAL_PAPER_SIZE {
  SIZEL szlPhysicalPaperSize;
} PDEV_ADJUST_PHYSICAL_PAPER_SIZE, *PPDEV_ADJUST_PHYSICAL_PAPER_SIZE;

Miembros

szlPhysicalPaperSize

Estructura SIZEL que especifica el tamaño físico del papel, en unidades de dispositivo gráfico (píxeles).

Observaciones

La estructura PDEV_ADJUST_PAPER_PHYSICAL_SIZE está disponible en Windows Vista y sistemas operativos posteriores.

Requisitos

Requisito Valor
encabezado de printoem.h (include Printoem.h)