HighlightAnnotation.BoundsList Property

Definition

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

Java documentation for android.graphics.pdf.component.HighlightAnnotation.setBoundsList(java.util.List<android.graphics.RectF>).

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