[]
        
(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
ActionBase
Implements
Derived
Inherited Members
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 IPdfObject.

public override IPdfObject PdfObject { get; }

Property Value

IPdfObject