VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfResetFormAction Class / Execute() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    Execute() Method (PdfResetFormAction)
    In This Topic
    Executes a reset-form action.
    Syntax
    'Declaration
    
    Public Overrides Function Execute() As Boolean
    
    
    public override bool Execute()
    
    
    public: bool Execute(); override
    
    
    public:
    bool Execute(); override

    Return Value

    True if action is executed; otherwise, false.
    Remarks

    A reset-form action resets selected interactive form fields to their default values; that is, it sets the value in the field default value.

    If no default value is defined for a field, its value property is removed.

    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