ImageGear for C and C++ on Linux v20.0 - Updated
AT_PDF_PAGE_RANGE
API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDF_PAGE_RANGE

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

Declaration:

Copy Code
typedef struct tagAT_PDF_PAGE_RANGE
{
 AT_INT32 startPage;
 AT_INT32 endPage;
 AT_INT32 pageSpec;
 
} AT_PDF_PAGE_RANGE;
typedef AT_PDF_PAGE_RANGE FAR* LPAT_PDF_PAGE_RANGE;

Members:

Name Type Description
startPage AT_INT32 Starting page number.
endPage AT_INT32 Ending page number.
pageSpec AT_INT32 Pages in the range to print. Must be one of: enumIGPDFPageRange

  

Is this page helpful?
Yes No
Thanks for your feedback.