Condividi tramite


PdfRenderer.Page.GetFormWidgetInfoAtIndex(Int32) Method

Definition

Returns information about the widget with widgetIndex.

[Android.Runtime.Register("getFormWidgetInfoAtIndex", "(I)Landroid/graphics/pdf/models/FormWidgetInfo;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormWidgetInfo GetFormWidgetInfoAtIndex (int widgetIndex);
[<Android.Runtime.Register("getFormWidgetInfoAtIndex", "(I)Landroid/graphics/pdf/models/FormWidgetInfo;", "", ApiSince=35)>]
member this.GetFormWidgetInfoAtIndex : int -> Android.Graphics.Pdf.Models.FormWidgetInfo

Parameters

widgetIndex
Int32

the index of the widget within the page's "Annot" array in the PDF document, available on results of previous calls to #getFormWidgetInfos(int[]) or #getFormWidgetInfoAtPosition(int, int) via FormWidgetInfo#getWidgetIndex().

Returns

Attributes

Remarks

Returns information about the widget with widgetIndex.

Java documentation for android.graphics.pdf.PdfRenderer.Page.getFormWidgetInfoAtIndex(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to