Specifies a range of pages in a document. Page numbers begin with 0.
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;
|
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 |