StampAnnotation.RemoveObject(Int32) Method

Definition

Remove the page object at the given index inside the stamp annotation.

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

Parameters

index
Int32
  • index of the object to be removed
Attributes

Remarks

Remove the page object at the given index inside the stamp annotation. Here index is the index of the page object in the list of page objects returned by #getObjects()

Java documentation for android.graphics.pdf.component.StampAnnotation.removeObject(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