PDFix SDK  6.5.0
_PdfPageRangeParams Struct Reference

PdfPageRangeParams. More...

Public Member Functions

 _PdfPageRangeParams ()
 

Public Attributes

int start_page
 
int end_page
 
PdfPageRangeType page_range_spec
 

Detailed Description

PdfPageRangeParams.

Specifies a range of pages in a document. Page numbers begin with 0.

Constructor & Destructor Documentation

◆ _PdfPageRangeParams()

_PdfPageRangeParams::_PdfPageRangeParams ( )
inline

< The starting page number.

< The ending page number. Set to -1 if it's the last page of the document.

< The pages in the range to print. It must be one of: kAllPages, kEvenPagesOnly, or kOddPagesOnly.