 | PdfFieldGetControlIndex Method |
Gets control's index in a field
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic int GetControlIndex(
PdfControl control
)
Public Function GetControlIndex (
control As PdfControl
) As Integer
public:
int GetControlIndex(
PdfControl^ control
)
member GetControlIndex :
control : PdfControl -> int public int GetControlIndex(
PdfControl control
)
function GetControlIndex(control);
Parameters
- control PdfControl
- control object
Return Value
Int32Zero based index of a control in Controls collections. -1 if nothing found.
Exceptions| Exception | Condition |
|---|
| DomException | Generated for newly created fields that have not yet been added to the DOM. |
See Also