PdfResetFormAction Class

Class for a Reset-Form action. A reset-form action resets associated controls to their default values.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfAction
    BitMiracle.Docotic.Pdf.PdfControlAction
      BitMiracle.Docotic.Pdf.PdfResetFormAction

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfResetFormAction : PdfControlAction
VB
Public NotInheritable Class PdfResetFormAction
	Inherits PdfControlAction

The PdfResetFormAction type exposes the following members.

Properties

  NameDescription
Public propertyControlCount
Gets the number of controls associated with this action.
(Inherited from PdfControlAction.)
Public propertyControls
Gets the collection of controls associated with this action.
(Inherited from PdfControlAction.)
Public propertyNextActions
Gets the collection of actions to be performed after this action.
(Inherited from PdfAction.)

Methods

  NameDescription
Public methodAddControl
Adds the control to the end of the collection of controls associated with this action.
(Inherited from PdfControlAction.)
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Inherited from PdfAction.)
Public methodGetControl
Gets the control at a specified index in the collection of controls associated with this action.
(Inherited from PdfControlAction.)
Public methodGetHashCode
Returns a hash code for this instance.
(Inherited from PdfAction.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also