PdfRenderer.OpenPage(Int32) Method

Definition

Opens a page for rendering.

[Android.Runtime.Register("openPage", "(I)Landroid/graphics/pdf/PdfRenderer$Page;", "")]
public Android.Graphics.Pdf.PdfRenderer.Page? OpenPage (int index);
[<Android.Runtime.Register("openPage", "(I)Landroid/graphics/pdf/PdfRenderer$Page;", "")>]
member this.OpenPage : int -> Android.Graphics.Pdf.PdfRenderer.Page

Parameters

index
Int32

The page index.

Returns

A page that can be rendered.

Attributes

Remarks

Java documentation for android.graphics.pdf.PdfRenderer.openPage(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