ParseTarget Method of the Hyperlink Object
This method brings the IHyperlink::Target property to the canonical form, according to the types described in HyperlinkSchemeEnum. In particular, for all non-local hyperlinks, this method substitutes escape characters (white space, backslash, etc.) with corresponding escape sequences. Besides, for example, the e-mail address "engine_support@abbyy.com" is changed to "mailto:engine_support@abbyy.com", or the web-site address "www.abbyy.com" is changed to "http://www.abbyy.com".
Syntax
HRESULT ParseTarget( HyperlinkSchemeEnum* Value );
Parameters
- Value
- [out, retval] Refer to the HyperlinkSchemeEnum denoting the type of hyperlink.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM