PdfOpenWebLinkAction Class
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.
A PdfOpenWebLinkAction causes a URI to be resolved.
public sealed class PdfOpenWebLinkAction : PdfAction
Public NotInheritable Class PdfOpenWebLinkAction
Inherits PdfAction
- Inheritance:
- System.ObjectPdfOpenWebLinkAction
Properties
ActionType
Gets the OpenWebLink value.
public override PdfActionType ActionType { get; }
Public Overrides ReadOnly Property ActionType As PdfActionType
Property Value
The OpenWebLink value.
Overrides
Url
(Required) The uniform resource identifier to resolve, encoded in 7-bit ASCII.
Property Value
- System.String
The uniform resource identifier to resolve, encoded in 7-bit ASCII.
Exceptions
- System.ArgumentException
Value is null or System.String.Empty.
See Also
Inherited Properties
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |