< Home

< Programming Guide

< Supported File Formats

REFERENCE MANUAL

Data Fields
A3DPDFLinkData Struct Reference

A3DPDFLinkData structure. More...

Data Fields

A3DUns16 m_usStructSize
 
A3DInt32 m_iBorderWidth
 
A3DPDFRgbColorData m_sColor
 
A3DPDFELinkHighlightMode m_eHighlightingMode
 
A3DUTF8Charm_pcJavascriptString
 

Detailed Description

A3DPDFLinkData structure.

Version
5.2

Field Documentation

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.