PdfDocument.StartPage(PdfDocument+PageInfo) 方法

定义

使用提供 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

参数

pageInfo
PdfDocument.PageInfo

页面信息。 不可为 null。

返回

空白页。

属性

注解

适用于 . 的 android.graphics.pdf.PdfDocument.startPage(android.graphics.pdf.PageInfo)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

另请参阅

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