Android.Graphics.Pdf.PdfDocument Members

The members of Android.Graphics.Pdf.PdfDocument are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new instance.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
PagesIList<PdfDocument.PageInfo>. Gets the pages of the document.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Close()
Closes this document.
FinishPage(PdfDocument.Page)
Finishes a started page.
StartPage(PdfDocument.PageInfo) : PdfDocument.Page
Starts a page using the provided NoType:android/graphics/pdf/PdfDocument$PageInfo;Href=../../../../reference/android/graphics/pdf/PdfDocument.PageInfo.html.
WriteTo(System.IO.Stream)
Writes the document to an output stream.
WriteToAsync(System.IO.Stream) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.