PageSelection 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 PageSelection
for the specified page, the start and stop
selection boundary, and the selected text content.
[Android.Runtime.Register(".ctor", "(ILandroid/graphics/pdf/models/selection/SelectionBoundary;Landroid/graphics/pdf/models/selection/SelectionBoundary;Ljava/util/List;)V", "", ApiSince=35)]
public PageSelection (int page, Android.Graphics.Pdf.Models.Selection.SelectionBoundary start, Android.Graphics.Pdf.Models.Selection.SelectionBoundary stop, System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageTextContent> selectedContents);
[<Android.Runtime.Register(".ctor", "(ILandroid/graphics/pdf/models/selection/SelectionBoundary;Landroid/graphics/pdf/models/selection/SelectionBoundary;Ljava/util/List;)V", "", ApiSince=35)>]
new Android.Graphics.Pdf.Models.Selection.PageSelection : int * Android.Graphics.Pdf.Models.Selection.SelectionBoundary * Android.Graphics.Pdf.Models.Selection.SelectionBoundary * System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageTextContent> -> Android.Graphics.Pdf.Models.Selection.PageSelection
Parameters
- page
- Int32
The page number of the selection.
- start
- SelectionBoundary
Boundary where the selection starts.
- stop
- SelectionBoundary
Boundary where the selection stops.
- selectedContents
- IList<PdfPageTextContent>
list of segments of selected text content.
- Attributes
Remarks
Creates a new instance of PageSelection
for the specified page, the start and stop selection boundary, and the selected text content.
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.