Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / Field Class / Required Property

In This Topic
    Required Property
    In This Topic
    Gets or sets a value indicating whether the field must have a value at the time it is exported by a GrapeCity.Documents.Pdf.Actions.ActionSubmitForm action.
    Syntax
    'Declaration
     
    Public Property Required As System.Boolean
    public System.bool Required {get; set;}
    See Also