Gets the widget with the specified index from the collection of
controls associated with this page.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfWidget GetWidget(
int index
)
VB
Public Function GetWidget (
index As Integer
) As PdfWidget
Parameters
- index
- Type: System.Int32
The zero-based index of the widget to get.
Return Value
Type:
PdfWidgetThe
PdfWidget with specified index.
See Also