 | PdfFieldGetControlIndex Method |
Gets control's index in a field
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
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
- Type: Patagames.Pdf.NetPdfControl
control object
Return Value
Type:
Int32Zero based index of a control in Controls collections. -1 if nothing found.
ExceptionsException | Condition |
---|
DomException | Generated for newly created fields that have not yet been added to the DOM. |
See Also