PRINTPAGERANGE structure (commdlg.h)

Represents 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.

Syntax

typedef struct tagPRINTPAGERANGE {
  DWORD nFromPage;
  DWORD nToPage;
} PRINTPAGERANGE;

Members

nFromPage

Type: DWORD

The first page of the range.

nToPage

Type: DWORD

The last page of the range.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header commdlg.h (include Windows.h)

See also

Common Dialog Box Library