PrintedPdfDocument.StartPage(Int32) Method

Definition

Starts a new page.

[Android.Runtime.Register("startPage", "(I)Landroid/graphics/pdf/PdfDocument$Page;", "GetStartPage_IHandler")]
public virtual Android.Graphics.Pdf.PdfDocument.Page StartPage (int pageNumber);
[<Android.Runtime.Register("startPage", "(I)Landroid/graphics/pdf/PdfDocument$Page;", "GetStartPage_IHandler")>]
override this.StartPage : int -> Android.Graphics.Pdf.PdfDocument.Page

Parameters

pageNumber
Int32

The page number. Must be a non negative.

Returns

A blank page.

Attributes

Remarks

Java documentation for android.print.pdf.PrintedPdfDocument.startPage(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

See also

  • <xref:Android.Graphics.Pdf.PdfDocument.FinishPage(.Page)>