Adds the control to the end of the collection of controls
associated with this action.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void AddControl(
PdfControl control
)
VB
Public Sub AddControl (
control As PdfControl
)
Parameters
- control
- Type: BitMiracle.Docotic.Pdf.PdfControl
The control to be added to the end of the
collection of controls associated with this action.
See Also