Table of Contents

Class PdfControlAction

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Abstract class for an action that operates on PdfControls. This class is a base class for PdfHideAction, PdfResetFormAction, PdfSubmitFormAction classes.

public abstract class PdfControlAction : PdfAction
Inheritance
PdfControlAction
Derived
Inherited Members

Properties

ControlCount

Gets the number of controls associated with this action.

Controls

Gets the collection of controls associated with this action.

Methods

AddControl(PdfControl)

Adds the control to the end of the collection of controls associated with this action.

GetControl(int)

Gets the control at a specified index in the collection of controls associated with this action.