SetHyperlink Method of the Paragraph Object
This method sets a hyperlink to a string within a paragraph.
Syntax
HRESULT SetHyperlink( int Position, int Count, IHyperlink* Value );
Parameters
- Position
- [in] The index of the initial character of the hyperlink.
- Count
- [in] The length of the string that forms the hyperlink.
- Value
- [in] This variable specifies the Hyperlink to be set.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25