PdfDocument.FinishPage(PdfDocument+Page) Method

Definition

Finishes a started page.

[Android.Runtime.Register("finishPage", "(Landroid/graphics/pdf/PdfDocument$Page;)V", "GetFinishPage_Landroid_graphics_pdf_PdfDocument_Page_Handler")]
public virtual void FinishPage (Android.Graphics.Pdf.PdfDocument.Page? page);
[<Android.Runtime.Register("finishPage", "(Landroid/graphics/pdf/PdfDocument$Page;)V", "GetFinishPage_Landroid_graphics_pdf_PdfDocument_Page_Handler")>]
abstract member FinishPage : Android.Graphics.Pdf.PdfDocument.Page -> unit
override this.FinishPage : Android.Graphics.Pdf.PdfDocument.Page -> unit

Parameters

page
PdfDocument.Page

The page. Cannot be null.

Attributes

Remarks

Java documentation for android.graphics.pdf.PdfDocument.finishPage(android.graphics.pdf.Page).

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.StartPage(.PageInfo)>