PdfRenderer.PageCount Property

Definition

Gets the number of pages in the document.

public int PageCount { [Android.Runtime.Register("getPageCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getPageCount", "()I", "")>]
member this.PageCount : int

Property Value

The page count.

Attributes

Remarks

Gets the number of pages in the document.

Java documentation for android.graphics.pdf.PdfRenderer.getPageCount().

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