ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Structures Reference / AT_PDF_PAGE_RANGE
In This Topic
    AT_PDF_PAGE_RANGE
    In This Topic

    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