PdfHideAction Class

Class for a Hide action. A hide action hides or shows one or more controls on the screen.

Inheritance Hierarchy

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

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

Syntax

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

The PdfHideAction 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 propertyHide
Gets or sets a value indicating whether to hide or show controls associated with this action.
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