Table of Contents

Class PdfAction

Namespace
PdfSharp.Pdf.Actions
Assembly
PdfSharp.dll

Represents the base class for all PDF actions.

public abstract class PdfAction : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
Inheritance
PdfAction
Implements
Derived
Inherited Members

Constructors

PdfAction()

Initializes a new instance of the PdfAction class.

protected PdfAction()

PdfAction(PdfDocument)

Initializes a new instance of the PdfAction class.

protected PdfAction(PdfDocument document)

Parameters

document PdfDocument

The document that owns this object.