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

    Specifies printing flags.

    Declaration:

     
    Copy Code
    typedef struct tagAT_PDF_TILEEX
    {
         AT_PDF_TILE pubRec;
         AT_DWORD imageablePaperWidth;
         AT_DWORD imageablePaperHeight;
         AT_DWORD unprintablePaperWidth;
         AT_DWORD unprintablePaperHeight;
         AT_DWORD indent;
         AT_INT32 rotateAngle;
         AT_UINT labelTemplate;
         AT_DOUBLE driverScale;
         AT_DOUBLE tileScale;
     
    } AT_PDF_TILEEX;
    typedef AT_PDF_TILEEX FAR* LPAT_PDF_TILEEX;
    

    Members:

    Name Type Description
    pubRec AT_PDF_TILE Used for passing info to and from user.
    imageablePaperWidth AT_DWORD Used internally.
    imageablePaperHeight AT_DWORD Used internally.
    unprintablePaperWidth AT_DWORD Used internally.
    unprintablePaperHeight AT_DWORD Used internally.
    indent AT_DWORD Used internally.
    rotateAngle AT_INT32 Used internally.
    labelTemplate AT_UINT Used internally.
    driverScale AT_DOUBLE Used internally.
    tileScale AT_DOUBLE Used internally.