Class FormFieldClickArgs
This event arguments provide the necessary information about form field click event.
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class FormFieldClickArgs : BaseEventArgs<FormFieldClickArgs>
Constructors
FormFieldClickArgs()
Declaration
public FormFieldClickArgs()
Properties
Cancel
If it is set as true, signature panel does not open for signature field. By default it is false.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Field
Gets the form field object.
Declaration
public FormField Field { get; set; }
Property Value
Type | Description |
---|---|
FormField | The form field object associated with the PDF document. |