PDFVisualFieldAddEventArgs¶
Namespace: O2S.Components.PDF4NET.View
Defines the event arguments for PDFDocumentView.BeforeFieldAdd and PDFDocumentView.AfterFieldAdd 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 PDFDocumentView.AfterFieldAdd event.
VisualField¶
Gets the field.
Property Value
PDFVisualField
The field that generated the event.