PageSelection.SelectedTextContents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the text content within the selection boundaries on the page.
public System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageTextContent> SelectedTextContents { [Android.Runtime.Register("getSelectedTextContents", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getSelectedTextContents", "()Ljava/util/List;", "", ApiSince=35)>]
member this.SelectedTextContents : System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageTextContent>
Property Value
list of text contents within the selection boundaries.
- Attributes
Remarks
Returns the text content within the selection boundaries on the page. In case there are non-continuous selections, this method returns the list of those text content in order of viewing.
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.