Language

PdfRenderer.Page.PageAnnotations Property

Definition

Returns a list of pairs, where each pair consists of a supported PdfAnnotation and its corresponding ID on the specified page.

public System.Collections.Generic.IList<Android.Util.Pair> PageAnnotations { [Android.Runtime.Register("getPageAnnotations", "()Ljava/util/List;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getPageAnnotations", "()Ljava/util/List;", "", ApiSince=36)>]
member this.PageAnnotations : System.Collections.Generic.IList<Android.Util.Pair>

Property Value

A list of pairs representing the supported annotations and their ids on the page.

Attributes

Remarks

Returns a list of pairs, where each pair consists of a supported PdfAnnotation and its corresponding ID on the specified page. ID of the annotation will be required for #updatePageAnnotation(int, PdfAnnotation) and #removePageAnnotation(int) and will remain same without mutate operations.

The returned list will be empty if no supported annotations are present on the page, even if the page contains other annotation types. Refer to PdfAnnotationType for the supported annotation types.

Java documentation for android.graphics.pdf.PdfRenderer.Page.getPageAnnotations().

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