Class PdfAction
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
PdfDocumentThe document that owns this object.