Skip to main content
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

C++

HRESULT ParseTarget( HyperlinkSchemeEnum* Value );

C#

HyperlinkSchemeEnum ParseTarget();

Visual Basic .NET

Function ParseTarget() As HyperlinkSchemeEnum

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

Hyperlink