Share via


PdfRenderer.Page.FormWidgetInfos Property

Definition

Returns information about all form widgets on the page, or an empty list if there are no form widgets on the page.

public System.Collections.Generic.IList<Android.Graphics.Pdf.Models.FormWidgetInfo> FormWidgetInfos { [Android.Runtime.Register("getFormWidgetInfos", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getFormWidgetInfos", "()Ljava/util/List;", "", ApiSince=35)>]
member this.FormWidgetInfos : System.Collections.Generic.IList<Android.Graphics.Pdf.Models.FormWidgetInfo>

Property Value

Attributes

Remarks

Returns information about all form widgets on the page, or an empty list if there are no form widgets on the page.

Java documentation for android.graphics.pdf.PdfRenderer.Page.getFormWidgetInfos().

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