Android.Graphics.Pdf.PdfDocument.StartPage Method
Starts a page using the provided NoType:android/graphics/pdf/PdfDocument$PageInfo;Href=../../../../reference/android/graphics/pdf/PdfDocument.PageInfo.html.

Syntax

[Android.Runtime.Register("startPage", "(Landroid/graphics/pdf/PdfDocument$PageInfo;)Landroid/graphics/pdf/PdfDocument$Page;", "GetStartPage_Landroid_graphics_pdf_PdfDocument_PageInfo_Handler")]
public virtual PdfDocument.Page StartPage (PdfDocument.PageInfo pageInfo)

See Also

PdfDocument.FinishPage(.Page)

Parameters

pageInfo
The page info. Cannot be null.

Returns

Documentation for this section has not yet been entered.

Remarks

Starts a page using the provided NoType:android/graphics/pdf/PdfDocument$PageInfo;Href=../../../../reference/android/graphics/pdf/PdfDocument.PageInfo.html. After the page is created you can draw arbitrary content on the page's canvas which you can get by calling NoType:android/graphics/pdf/PdfDocument$Page;Href=../../../../reference/android/graphics/pdf/PdfDocument.Page.html#getCanvas(). After you are done drawing the content you should finish the page by calling PdfDocument.FinishPage(.Page). After the page is finished you should no longer access the page or its canvas.

Note: Do not call this method after PdfDocument.Close. Also do not call this method if the last page returned by this method is not finished by calling PdfDocument.FinishPage(.Page).

[Android Documentation]

Requirements

Namespace: Android.Graphics.Pdf
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0