#include "ltwrappr.h"
L_INT LVectorObject::GotoHyperlink(uIndex)
Activates the specified target from the target list of the hyperlinked vector object.
Index to an item in the target list. The target specified by this index will be used and activated.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function fails if the object is not a hyperlinked vector object.
Required DLLs and Libraries
L_INT LVectorObject__GotoHyperlinkExample( LVectorObject *pVecObj)
{
L_INT nRet;
nRet = pVecObj->GotoHyperlink( 0 );
if(nRet != SUCCESS)
return nRet;
return SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document