We can set target of hyperlink to any bookmark of that document . But can we set hyperlink target to bookmark of any other document???
SETTING HYPERLINK DESTINATION TO BOOKMARK OF OTHER DOCUMENT
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
There are different types of hyperlink, you can use any of them:
For example:
FREngine.Hyperlink hprLink = engineLoader.Engine.CreateHyperlink();
hprLink.Scheme = FREngine.HyperlinkSchemeEnum.HS_Http;
hprLink.Target = "http://forum.ocrsdk.com/";
Please find more details in Developer's Help → API Reference → Text-Related Objects → Hyperlink Object (IHyperlink Interface).
Please sign in to leave a comment.