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

Describes dash specification, as described in Table 4.8 in the PDF Reference (see Section 4.3.2 for more information on line dash patterns).

Declaration:

 
Copy Code
typedef struct tagAT_PDE_DASH
{
        AT_PDF_FIXED dashPhase;
        LONG dashLen;
        AT_PDF_FIXED dashes[11];
} AT_PDE_DASH;
typedef AT_PDE_DASH FAR* LPAT_PDE_DASH;

Members:

Name Type Description
dashPhase AT_PDF_FIXED Dash phase. Phase is a number that specifies a distance in user space into the dash pattern at which to begin marking the path.
dashLen LONG Number of entries in the dash array, an element of the Border array.
dashes AT_PDF_FIXED[11] Dash array, which specifies distances in user space for the length of dashes and gaps.
Is this page helpful?
Yes No
Thanks for your feedback.