Share via


PdfPageTextContent.Text Property

Definition

Gets the text content on the document.

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

Property Value

The text content on the page.

Attributes

Remarks

Gets the text content on the document.

Java documentation for android.graphics.pdf.content.PdfPageTextContent.getText().

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