[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Actions.ActionBase

ActionBase Class

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

Implements
Namespace: GrapeCity.Documents.Pdf.Actions
Assembly: GcDocs.Pdf.dll
Syntax
public abstract class ActionBase : DocAction, IPdfDict

Properties

Name Description
Next

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

PdfObject

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

Extension Methods