PDF .NET Library Documentation - PDF Technologies, Inc.
A reset-form action resets selected PDF controls to their default values.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFResetFormAction : PDFAction
Visual Basic (Declaration)
Public Class PDFResetFormAction _
	Inherits PDFAction
Visual C++
public ref class PDFResetFormAction : public PDFAction

Remarks

Default value is the value of the control at time of PDF document creation

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFAction
    PDFTech..::.PDFResetFormAction

See Also