StampAnnotation.Objects Property

Definition

Returns all the known PDF page objects in the stamp annotation.

public System.Collections.Generic.IList<Android.Graphics.Pdf.Component.PdfPageObject> Objects { [Android.Runtime.Register("getObjects", "()Ljava/util/List;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getObjects", "()Ljava/util/List;", "", ApiSince=36)>]
member this.Objects : System.Collections.Generic.IList<Android.Graphics.Pdf.Component.PdfPageObject>

Property Value

The list of page objects in the annotation.

Attributes

Remarks

Returns all the known PDF page objects in the stamp annotation.

Java documentation for android.graphics.pdf.component.StampAnnotation.getObjects().

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