IUIX_Inst::GetHyperLinkColors Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetHyperLinkColors([out] LONG* nNormal, [out] LONG* nHot, [out] LONG* nVisited);
Parameters
- nNormal
- [out] Pointer to LONG.
- nHot
- [out] Pointer to LONG.
- nVisited
- [out] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.