Skip to content

Latest commit

 

History

History
81 lines (64 loc) · 2.21 KB

ns-docobj-pageset.md

File metadata and controls

81 lines (64 loc) · 2.21 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:docobj.tagPAGESET
PAGESET (docobj.h)
Identifies one or more page-ranges to be printed and, optionally, identifies only the even or odd pages as part of a pageset.
PAGESET
PAGESET structure [COM]
_ctrl_PAGESET
com.pageset
docobj/PAGESET
com\pageset.htm
com
9639c743-2509-4611-833b-16d16fce420a
12/05/2018
PAGESET, PAGESET structure [COM], _ctrl_PAGESET, com.pageset, docobj/PAGESET
docobj.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
PAGESET
19H1
tagPAGESET
docobj/tagPAGESET
PAGESET
docobj/PAGESET
c++
APIRef
kbSyntax
HeaderDef
Docobj.h
PAGESET

PAGESET structure

-description

Identifies one or more page-ranges to be printed and, optionally, identifies only the even or odd pages as part of a pageset.

-struct-fields

-field cbStruct

The number of bytes in this instance of the PAGESET structure. This member must be a multiple of 4.

-field fOddPages

If TRUE, only the odd-numbered pages in the page-set indicated by rgPages are to be printed.

-field fEvenPages

If TRUE, only the even-numbered pages in the page-set indicated by rgPages are to be printed.

-field cPageRange

The number of page-range pairs specified in rgPages.

-field rgPages

Pointer to an array of PAGERANGE structures specifying the pages to be printed. One or more page ranges can be specified, so long as the number of page ranges is the value of cPageRange. The page ranges must be sorted in ascending order and must be non-overlapping.

-see-also

PAGERANGE