PdfDocument.StartPage(PdfDocument+PageInfo) Metodo

Definizione

Avvia una pagina usando l'oggetto fornito 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

Parametri

pageInfo
PdfDocument.PageInfo

Informazioni sulla pagina. Non può essere Null.

Valori restituiti

Pagina vuota.

Attributi

Commenti

per android.graphics.pdf.PdfDocument.startPage(android.graphics.pdf.PageInfo).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche

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