VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormSwitchableButtonGroupField Class / ResetValue(Boolean) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ResetValue(Boolean) Method (PdfInteractiveFormSwitchableButtonGroupField)
    In This Topic
    Resets the field value and children field values to their default values.
    Syntax
    'Declaration
    
    Public Overrides Sub ResetValue( _
    ByVal updateAppearance
    A value indicating whether the field appearance must be updated if field value is changed.
    As Boolean _
    )
    public override void ResetValue(
    bool updateAppearance
    )
    public: void ResetValue(
    bool updateAppearance
    ); override
    public:
    void ResetValue(
    bool updateAppearance
    ); override

    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also