FormWidgetInfo.TextValue Property

Definition

Gets the field's text value, when one is present.

public string? TextValue { [Android.Runtime.Register("getTextValue", "()Ljava/lang/String;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getTextValue", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.TextValue : string

Property Value

The text value from the PDF annotation dictionary, or null when no value is present.

Attributes

Remarks

The value comes from the annotation dictionary's V entry.

Java documentation for FormWidgetInfo.

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