Share via


PageMatchBounds.TextStartIndex Property

Definition

Gets the starting index of the match found on the page.

public int TextStartIndex { [Android.Runtime.Register("getTextStartIndex", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getTextStartIndex", "()I", "", ApiSince=35)>]
member this.TextStartIndex : int

Property Value

the starting index of the match on the page.

Attributes

Remarks

Gets the starting index of the match found on the page. Characters in a page form a "stream" and inside the stream, each character has an index starting from 0.

Java documentation for android.graphics.pdf.models.PageMatchBounds.getTextStartIndex().

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