PrintDocumentAdapter
LayoutResultCallback
WriteResultCallback
ExtraPrintPreview
PrintDocumentAdapter()
PrintDocumentAdapter(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
OnFinish()
OnLayout(PrintAttributes, PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle)
OnStart()
OnWrite(PageRange[], ParcelFileDescriptor, CancellationSignal, WriteResultCallback)
monoandroid
namespace Android.Print
{
[Register("android/print/PrintDocumentAdapter", DoNotGenerateAcw = true)]
public abstract class PrintDocumentAdapter : Object
{
[Register("onLayout", "(Landroid/print/PrintAttributes;Landroid/print/PrintAttributes;Landroid/os/CancellationSignal;Landroid/print/PrintDocumentAdapter$LayoutResultCallback;Landroid/os/Bundle;)V", "GetOnLayout_Landroid_print_PrintAttributes_Landroid_print_PrintAttributes_Landroid_os_CancellationSignal_Landroid_print_PrintDocumentAdapter_LayoutResultCallback_Landroid_os_Bundle_Handler")]
public abstract void OnLayout(PrintAttributes? oldAttributes, PrintAttributes? newAttributes, CancellationSignal? cancellationSignal, LayoutResultCallback? callback, Bundle? extras);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API