PdfDocument.StartPage(PdfDocument+PageInfo) Method

Definition

Starts a page using the provided PageInfo.

[Android.Runtime.Register("startPage", "(Landroid/graphics/pdf/PdfDocument$PageInfo;)Landroid/graphics/pdf/PdfDocument$Page;", "GetStartPage_Landroid_graphics_pdf_PdfDocument_PageInfo_Handler")]
public virtual Android.Graphics.Pdf.PdfDocument.Page? StartPage (Android.Graphics.Pdf.PdfDocument.PageInfo? pageInfo);
[<Android.Runtime.Register("startPage", "(Landroid/graphics/pdf/PdfDocument$PageInfo;)Landroid/graphics/pdf/PdfDocument$Page;", "GetStartPage_Landroid_graphics_pdf_PdfDocument_PageInfo_Handler")>]
abstract member StartPage : Android.Graphics.Pdf.PdfDocument.PageInfo -> Android.Graphics.Pdf.PdfDocument.Page
override this.StartPage : Android.Graphics.Pdf.PdfDocument.PageInfo -> Android.Graphics.Pdf.PdfDocument.Page

Parameters

pageInfo
PdfDocument.PageInfo

The page info. Cannot be null.

Returns

A blank page.

Attributes

Remarks

Java documentation for android.graphics.pdf.PdfDocument.startPage(android.graphics.pdf.PageInfo).

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)>