HighlightAnnotation.BoundsList 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 bounding rectangles of the highlight annotation. -or- Sets the bounding rectangles of the highlight annotation.
public System.Collections.Generic.IList<Android.Graphics.RectF> BoundsList { [Android.Runtime.Register("getBoundsList", "()Ljava/util/List;", "", ApiSince=36)] get; [Android.Runtime.Register("setBoundsList", "(Ljava/util/List;)V", "", ApiSince=36)] set; }
[<get: Android.Runtime.Register("getBoundsList", "()Ljava/util/List;", "", ApiSince=36)>]
[<set: Android.Runtime.Register("setBoundsList", "(Ljava/util/List;)V", "", ApiSince=36)>]
member this.BoundsList : System.Collections.Generic.IList<Android.Graphics.RectF> with get, set
Property Value
The bounding rectangles.
- Attributes
Remarks
Property getter documentation:
Returns the bounding rectangles of the highlight annotation.
Java documentation for android.graphics.pdf.component.HighlightAnnotation.getBoundsList().
Property setter documentation:
Sets the bounding rectangles of the highlight annotation. Each rect in the list mBoundsList represent an absolute position of highlight inside the page of the document
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.