PRINTPAGERANGE

[This is preliminary documentation and subject to change.]

The PRINTPAGERANGE structure specifies a range of pages in a print job. A print job can have more than one page range. This information is supplied in the PRINTDLGEX structure when calling the PrintDlgEx function.

typedef struct tagPRINTPAGERANGE {
    DWORD nFromPage;
    DWORD nToPage;
} PRINTPAGERANGE, *LPPRINTPAGERANGE;
 

Members

nFromPage
Specifies the first page of the range.
nToPage
Specifies the last page of the range.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in commdlg.h.
  Import Library: Use comdlg32.lib.

See Also

Common Dialog Box Library Overview, Common Dialog Box Structures, PRINTDLGEX, PrintDlgEx