VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormField Class / ResetValue(Boolean) Method
Syntax Remarks Requirements SeeAlso
    ResetValue(Boolean) Method (PdfInteractiveFormField)
    Resets the field value and children field values to their default values.
    Syntax
    'Declaration
    
    Public Overridable Sub ResetValue( _
    ByVal updateAppearance
    A value indicating whether the field appearance must be updated if field value is changed.
    As Boolean _
    )
     

    Parameters

    updateAppearance
    A value indicating whether the field appearance must be updated if field value is changed.
    Remarks

    Resets fields to their default values; that is, it sets the value in the field default value.
    Field value property is removed if no default value is defined for a field.
    For fields that can have no value (such as pushbuttons), the action has no effect.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also