Language

PdfRendererPreV.Page.RemovePageObject(Int32) Method

Definition

Removes the PdfPageObject with the specified ID.

[Android.Runtime.Register("removePageObject", "(I)V", "", ApiSince=36)]
public void RemovePageObject(int objectId);
[<Android.Runtime.Register("removePageObject", "(I)V", "", ApiSince=36)>]
member this.RemovePageObject : int -> unit

Parameters

objectId
Int32

the id of the page object to remove from the page.

Attributes

Remarks

Removes the PdfPageObject with the specified ID.

PdfRenderer#write needs to be called to get the updated PDF stream after calling this method. PdfRenderer.Page instance can be closed before calling PdfRenderer#write.

Java documentation for android.graphics.pdf.PdfRendererPreV.Page.removePageObject(int).

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