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

    Show / Hide Table of Contents

    PdfAction Class

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

    Represents a base class for the actions.

    • C#
    • VB.NET
    public abstract class PdfAction : PdfObject
    Public MustInherit Class PdfAction
        Inherits PdfObject
    Inheritance:
    System.Object
    PdfObject
    PdfAction
    Derived
    PdfGoToPageViewAction
    PdfOpenFileAction
    PdfOpenWebLinkAction
    PdfRunJavaScriptAction
    PdfImportFormDataAction
    PdfResetFormAction
    PdfSubmitFormAction

    Properties

    ActionType

    Gets the type of this action.

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

    The type of this action.

    See Also
    PDF Specification ISO 32000-1:2008, section '12.6.4 Action Types'

    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 Actions'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.