Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.ActionsAction
Apitron.PDF.Kit.Interactive.ActionsURIAction
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a uniform resource identifier (URI) is a string that identifies (resolves to) a resource on the Internet—typically a
file that is the destination of a hypertext link, although it may also resolve to a query or other entity. (URIs are described in Internet RFC 2396,
Uniform Resource Identifiers (URI): Generic Syntax; see the Bibliography.)
A URI action causes a URI to be resolved.
Inheritance Hierarchy
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.ActionsAction
Apitron.PDF.Kit.Interactive.ActionsURIAction
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
The URIAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
URIAction |
Initializes a new instance of the URIAction class.
|
Properties
Name | Description | |
---|---|---|
ActionType |
Gets the type of the action.
(Inherited from Action.) | |
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
IsMap |
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.
| |
Next |
The next action or sequence of actions that shall be performed after the action represented by this instance.
(Inherited from Action.) | |
ResourceType |
Gets the resource type.
(Inherited from Resource.) | |
Uri |
Gets or sets the uniform resource identifier to resolve.
|
See Also