The members of Android.Print.PrintDocumentAdapter are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ExtraPrintPreview | string. Extra: mapped to a boolean value that is true if the current layout is for a print preview, false otherwise. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
OnFinish()Called when printing finishes. | ||
abstract | OnLayout(PrintAttributes, PrintAttributes, Android.OS.CancellationSignal, PrintDocumentAdapter.LayoutResultCallback, Android.OS.Bundle)Called when the print attributes (page size, density, etc) changed giving you a chance to layout the content such that it matches the new constraints. | |
OnStart()Called when printing starts. | ||
abstract | OnWrite(PageRange[], Android.OS.ParcelFileDescriptor, Android.OS.CancellationSignal, PrintDocumentAdapter.WriteResultCallback)Called when specific pages of the content should be written in the form of a PDF file to the given file descriptor. |