Condividi tramite


PdfRendererPreV.Page.GetFormWidgetInfoAtIndex(Int32) Method

Definition

Returns information about the widget with annotationIndex.

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

Parameters

annotationIndex
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 annotationIndex.

Java documentation for android.graphics.pdf.PdfRendererPreV.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