PdfDocument.Pages Property

Definition

Gets the pages of the document.

public virtual System.Collections.Generic.IList<Android.Graphics.Pdf.PdfDocument.PageInfo>? Pages { [Android.Runtime.Register("getPages", "()Ljava/util/List;", "GetGetPagesHandler")] get; }
[<get: Android.Runtime.Register("getPages", "()Ljava/util/List;", "GetGetPagesHandler")>]
member this.Pages : System.Collections.Generic.IList<Android.Graphics.Pdf.PdfDocument.PageInfo>

Property Value

The pages or an empty list.

Attributes

Remarks

Gets the pages of the document.

Java documentation for android.graphics.pdf.PdfDocument.getPages().

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