PdfNamedAction Class

A named action that viewer application should perform.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfAction
    BitMiracle.Docotic.Pdf.PdfNamedAction

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfNamedAction : PdfAction
VB
Public NotInheritable Class PdfNamedAction
	Inherits PdfAction

The PdfNamedAction type exposes the following members.

Properties

  NameDescription
Public propertyName
Gets the name of the action to be performed.
Public propertyNextActions
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.)

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from PdfAction.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from PdfAction.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also