A3DPDFLinkData structure. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DInt32 | m_iBorderWidth |
A3DPDFRgbColorData | m_sColor |
A3DPDFELinkHighlightMode | m_eHighlightingMode |
A3DUTF8Char * | m_pcJavascriptString |
A3DPDFLinkData structure.
A3DUns16 A3DPDFLinkData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DInt32 A3DPDFLinkData::m_iBorderWidth |
Border width in points. 0 for an invisible border.
A3DPDFRgbColorData A3DPDFLinkData::m_sColor |
Border color.
A3DPDFELinkHighlightMode A3DPDFLinkData::m_eHighlightingMode |
Highlighting mode (the visual effect that shall be used when the mouse button is pressed or held down inside its active area).
A3DUTF8Char* A3DPDFLinkData::m_pcJavascriptString |
JavaScript action to be executed when the link is clicked.