GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfOpenWebLinkAction Class

    Namespace:
    GemBox.Pdf.Actions
    Assembly:
    GemBox.Pdf.dll

    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.

    • C#
    • VB.NET
    public sealed class PdfOpenWebLinkAction : PdfAction
    Public NotInheritable Class PdfOpenWebLinkAction
        Inherits PdfAction
    Inheritance:
    System.Object
    PdfObject
    PdfAction
    PdfOpenWebLinkAction

    Properties

    ActionType

    Gets the OpenWebLink value.

    • C#
    • VB.NET
    public override PdfActionType ActionType { get; }
    Public Overrides ReadOnly Property ActionType As PdfActionType
    Property Value
    PdfActionType

    The OpenWebLink value.

    Overrides
    PdfAction.ActionType

    Url

    (Required) The uniform resource identifier to resolve, encoded in 7-bit ASCII.

    • C#
    • VB.NET
    public string Url { get; set; }
    Public Property Url As String
    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
    PDF Specification ISO 32000-1:2008, section '12.6.4.7 URI Actions'

    Inherited Properties

    Metadata

    (Optional; PDF 1.4) A metadata stream containing metadata for the component.

    (Inherited from PdfObject)

    Extension Methods

    PdfObjectExtensions.GetDictionary(PdfObject)
    PdfObjectExtensions.GetOrAddDictionary(PdfObject)
    PdfObjectExtensions.GetArray(PdfObject)

    See Also

    PDF Specification ISO 32000-1:2008, section '12.6.4.7 URI Actions'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.