Click or drag to resize

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.

Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.Pdf.ActionsPdfAction
      SautinSoft.Pdf.ActionsPdfOpenWebLinkAction

Namespace: SautinSoft.Pdf.Actions
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfOpenWebLinkAction : PdfAction

The PdfOpenWebLinkAction type exposes the following members.

Properties
 NameDescription
Public propertyActionType Gets the OpenWebLink value.
(Overrides PdfActionActionType)
Public propertyUrl(Required) The uniform resource identifier to resolve, encoded in 7-bit ASCII.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also