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
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
We can set target of hyperlink to any bookmark of that document . But can we set hyperlink target to bookmark of any other document???
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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).
サインインしてコメントを残してください。