ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateLink Method |
Creates new link object.
Currently this functionality is only used with PDFs, and therefore also requires the PDF component to be attached. |
CreateLink(
DataPointer As Long,
HighlightMode As enumIGArtXHighlightModes) As IGArtXLink
Name | Description |
---|---|
DataPointer | Link data. Provide IGPDFAction Object.Pointer if you want to associate a PDF action with the link. |
HighlightMode | enumIGArtXHighlightModes Enumeration link highlight mode that can be used by GUI to highlight the hotspot area. |
New instance of IGArtXLink Object.
N/A