ImageGear Professional DLL v17.1 for Windows Accusoft
AT_PDE_DASH
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_DASH

Glossary Item Box

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:

AT_PDF_FIXED dashPhase Dash phase. Phase is a number that specifies a distance in user space into the dash pattern at which to begin marking the path.
LONG dashLen Number of entries in the dash array, an element of the Border array.
AT_PDF_FIXED dashes[11] Dash array, which specifies distances in user space for the length of dashes and gaps.
©2012. Accusoft Corporation. All Rights Reserved.