PdfRendererPreV.Page.PageAnnotations 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 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.PdfRendererPreV.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.