Class ValidateFormFieldsArgs
This event arguments provides the necessary information about form validation.
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class ValidateFormFieldsArgs : BaseEventArgs<ValidateFormFieldsArgs>
Constructors
ValidateFormFieldsArgs()
Declaration
public ValidateFormFieldsArgs()
Properties
DocumentName
Gets the document name to be loaded into PdfViewer.
Declaration
public string DocumentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
FormFields
The form fields object from PDF document being loaded.
Declaration
public List<FormField> FormFields { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<FormField> |