Click or drag to resize

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
Syntax
public int GetControlIndex(
	PdfControl control
)

Parameters

control
Type: Patagames.Pdf.NetPdfControl
control object

Return Value

Type: Int32
Zero based index of a control in Controls collections. -1 if nothing found.
Exceptions
ExceptionCondition
DomExceptionGenerated for newly created fields that have not yet been added to the DOM.
See Also