Lingua

PdfRenderer.Page.PageObjects Property

Definition

Returns List of Pair objects, where each pair contains: - An Integer representing the object ID, which is required for #updatePageObject(int, PdfPageObject) and #removePageObject(int).

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

Property Value

List of Pair objects containing Integer and PdfPageObject.

Attributes

Remarks

Returns List of Pair objects, where each pair contains: - An Integer representing the object ID, which is required for #updatePageObject(int, PdfPageObject) and #removePageObject(int). Object ID will remain same without mutate operations. - A PdfPageObject representing the page object.

The list will be empty if there are no supported page objects present on the page, even if the page contains other page object types.

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

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