PdfRenderer.Page.RemovePageObject(Int32) Method
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.
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.PdfRenderer.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.