Share via


PdfRenderer.Page.TextContents Property

Definition

Return list of PdfPageTextContent found on the page, ordered left to right and top to bottom.

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

Property Value

list of text content found on the page.

Attributes

Remarks

Return list of PdfPageTextContent found on the page, ordered left to right and top to bottom. It contains all the content associated with text found on the page. The list will be empty if there are no results found. Currently, localisation does not have any impact on the order in which PdfPageTextContent is returned.

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

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