Class PdfButtonField
Represents the base class for all button fields.
public abstract class PdfButtonField : PdfAcroField, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfButtonField
- Implements
- Derived
- Inherited Members
Constructors
PdfButtonField(PdfDictionary)
Initializes a new instance of the PdfButtonField class.
protected PdfButtonField(PdfDictionary dict)
Parameters
dict
PdfDictionary
PdfButtonField(PdfDocument)
Initializes a new instance of the PdfButtonField class.
protected PdfButtonField(PdfDocument document)
Parameters
document
PdfDocument
Methods
GetNonOffValue()
Gets the name which represents the opposite of /Off.
protected string GetNonOffValue()