Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValidateFormFieldsArgs

    Show / Hide Table of Contents

    Class ValidateFormFieldsArgs

    This event arguments provides the necessary information about form validation.

    Inheritance
    System.Object
    BaseEventArgs<ValidateFormFieldsArgs>
    ValidateFormFieldsArgs
    Inherited Members
    BaseEventArgs<ValidateFormFieldsArgs>.Name
    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

    FormFields

    The form fields object from PDF document being loaded.

    Declaration
    public List<FormField> FormFields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FormField>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved