Contents Index Topic Contents | ||
Previous Topic: OLECMDTEXT Next Topic: PAGESET |
PAGERANGE
typedef struct tagPAGERANGE { LONG nFromPage; LONG nToPage; }PAGERANGE;Specifies a range of pages. The arrays contained in the rgPages member of the PAGESET structure are PAGERANGE structures.
- nFromPage
- First page of the range. This member can have any page number as a value. If this value is greater than the value specified in the nToPage member, the document will be printed in reverse page order.
- nToPage
- Last page of the range. A special value, PAGESET_TOLASTPAGE, indicates that all the remaining pages should be printed. This member can have any page number as a value. If this value is less than the value specified in the nFromPage member, the document will be printed in reverse page order.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.