PDFVisualFieldAddEventArgs¶
Namespace: O2S.Components.PDF4NET.View
Defines the event arguments for and events.
Inheritance Object → EventArgs → PDFVisualFieldEventArgs → PDFVisualFieldAddEventArgs
Constructors¶
PDFVisualFieldAddEventArgs(PDFVisualField)¶
Initializes a new PDFVisualFieldAddEventArgs object.
Parameters
annotation PDFVisualField
The field that generated the event.
Properties¶
AllowAdd¶
Gets or sets a value indicating whether the field should be added or not.
Property Value
Boolean
True if the field should be added. Default is true.
Remarks
This property is not used by the event.
VisualField¶
Gets the field.
Property Value
PDFVisualField
The field that generated the event.