Class AcroPushButtonField
A push button responds immediately to user input without storing any state.
public class AcroPushButtonField : AcroFieldBase
- Inheritance
-
AcroPushButtonField
- Inherited Members
- Extension Methods
Constructors
AcroPushButtonField(DictionaryToken, string, AcroButtonFieldFlags, AcroFieldCommonInformation, int?, PdfRectangle?)
Create a new AcroPushButtonField.
public AcroPushButtonField(DictionaryToken dictionary, string fieldType, AcroButtonFieldFlags fieldFlags, AcroFieldCommonInformation information, int? pageNumber, PdfRectangle? bounds)
Parameters
dictionary
DictionaryTokenfieldType
stringfieldFlags
AcroButtonFieldFlagsinformation
AcroFieldCommonInformationpageNumber
int?bounds
PdfRectangle?
Properties
Flags
The AcroButtonFieldFlags which define the behaviour of this button type.
public AcroButtonFieldFlags Flags { get; }