Click or drag to resize

PdfNamedAction Class

Represents a named action.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdfNamedAction

Namespace: Patagames.Pdf.Net.Actions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfNamedAction : PdfAction

The PdfNamedAction type exposes the following members.

Constructors
 NameDescription
Public methodPdfNamedAction(PdfDocument, IntPtr) Initializes a new instance of the PdfAction class.
Public methodPdfNamedAction(PdfDocument, String) Initializes a new instance of the PdfNamedAction class with the document and the destination.
Top
Properties
 NameDescription
Public propertyName Gets or sets the name of the action to be performed.
Top
See Also