Link Module
Types
A3DPDFLinkData | |
A3DPDFELinkHighlightMode |
Fields
kA3DPDFLinkHighlightNone |
|
kA3DPDFLinkHighlightInvert |
|
kA3DPDFLinkHighlightOutline |
|
kA3DPDFLinkHighlightPush |
Functions
A3DStatus |
A3DPDFLinkCreate() |
A3DStatus |
A3DPDFPageInsertLink() |
A3DStatus |
A3DPDFPageInsertLinkInTable() |
Detailed Description
-
group
a3d_pdf_link_module
Adds Links in the page.
This module describes the functions and structures that allow you to add links in the page. A link is a ‘hot zone’ on which is assigned an action. When the user clicks on the zone, the action is executed. The link can be invisible, or drawn as a rectangle with a border. The border width and color can be specified.
Type Documentation
-
enum
A3DPDFELinkHighlightMode
Highlighting mode (the visual effect that shall be used when the mouse button is pressed or held down inside its active area)
- Version
- 5.2
Values:
-
enumerator
kA3DPDFLinkHighlightNone
No highlighting.
-
enumerator
kA3DPDFLinkHighlightInvert
Invert the contents of the link rectangle.
-
enumerator
kA3DPDFLinkHighlightOutline
Invert the link border.
-
enumerator
kA3DPDFLinkHighlightPush
Display the link as if it were being pushed below the surface of the page.