Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Initializes a new instance of the URIAction class.
Namespace: Apitron.PDF.Kit.Interactive.Actions
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Parameters
- uri
- Type: SystemUri
The URI. - isMap (Optional)
- Type: SystemBoolean
Gets or sets a flag specifying whether to track the mouse position when the URI is resolved (see the discussion following this Table). Default value: false. This entry applies only to actions triggered by the user’s clicking an annotation; it shall be ignored for actions associated with outline items or with a document’s OpenAction entry.
Examples
URIAction uriAction = new URIAction(new Uri(string.Format("file://{0}/FileToEmbed.pdf", Environment.CurrentDirectory.Replace("\\", "/"))));
See Also