ImageGear Professional DLL v18.1 for Windows
AT_PDF_FIXEDQUAD
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDF_FIXEDQUAD

Glossary Item Box

Quadrilateral represented by four fixed points (one at each corner); a quadrilateral differs from a rectangle in that the latter must always have horizontal and vertical sides, and opposite sides must be parallel.

Declaration:

  Copy Code
typedef struct tagAT_PDF_FIXEDQUAD
{
        AT_PDF_FIXEDPOINT tl, tr, bl, br;
} AT_PDF_FIXEDQUAD;
typedef AT_PDF_FIXEDQUAD FAR* LPAT_PDF_FIXEDQUAD;

Members:

Name Type Description
tl AT_PDF_FIXEDPOINT Top left value
tr AT_PDF_FIXEDPOINT Top right value
bl AT_PDF_FIXEDPOINT Bottom left value
br AT_PDF_FIXEDPOINT Bottom right value
©2014. Accusoft Corporation. All Rights Reserved.