PdfPageTextContent.Bounds 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.
Gets the bounds for the text content represented as a list of RectF
.
public System.Collections.Generic.IList<Android.Graphics.RectF> Bounds { [Android.Runtime.Register("getBounds", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getBounds", "()Ljava/util/List;", "", ApiSince=35)>]
member this.Bounds : System.Collections.Generic.IList<Android.Graphics.RectF>
Property Value
The bounds of the text content.
- Attributes
Remarks
Gets the bounds for the text content represented as a list of RectF
. Each RectF
represents text content in a single line defined in points (1/72") for its 4 corners. Content spread across multiple lines is represented by list of RectF
in the order of viewing (left to right and top to bottom). If the text content is unbounded then the list will be empty.
Java documentation for android.graphics.pdf.content.PdfPageTextContent.getBounds()
.
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.