PageMatchBounds(IList<RectF>, Int32) Constructor
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.
Creates a new instance of PageMatchBounds
for the text match found on the page.
[Android.Runtime.Register(".ctor", "(Ljava/util/List;I)V", "", ApiSince=35)]
public PageMatchBounds (System.Collections.Generic.IList<Android.Graphics.RectF> bounds, int textStartIndex);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;I)V", "", ApiSince=35)>]
new Android.Graphics.Pdf.Models.PageMatchBounds : System.Collections.Generic.IList<Android.Graphics.RectF> * int -> Android.Graphics.Pdf.Models.PageMatchBounds
Parameters
- textStartIndex
- Int32
starting index of the text match.
- Attributes
Remarks
Creates a new instance of PageMatchBounds
for the text match found on the page. The match is represented by bounds of the text match and the starting index of the character "stream" (0-based index).
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.