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 de papel físico, en unidades de dispositivo gráfico (píxeles).
Comentarios
La estructura PDEV_ADJUST_PAPER_PHYSICAL_SIZE está disponible en Windows Vista y en sistemas operativos posteriores.
Requisitos
Requisito | Valor |
---|---|
Header | printoem.h (include Printoem.h) |