[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionBase

Class ActionBase

Namespace
GrapeCity.Documents.Pdf.Actions
Assembly
GcDocs.Pdf.dll

Base class for PDF actions which can be performed when user clicks links, document outlines etc.

public abstract class ActionBase : DocAction, IPdfDict
Inheritance
object
ActionBase
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Properties

Next

Gets or sets the next ActionBase or sequence of actions to be performed after this action.

public ActionBase Next { get; set; }

Property Value

ActionBase

PdfObject

Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject.

public override IPdfObject PdfObject { get; }

Property Value

GrapeCity.Documents.Pdf.Spec.IPdfObject