Table of Contents

Class PrintDocumentAdapter

Namespace
Android.Print
Assembly
MASES.Netdroid.dll
public class PrintDocumentAdapter : JVMBridgeBase<PrintDocumentAdapter>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<PrintDocumentAdapter>
PrintDocumentAdapter
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<PrintDocumentAdapter>.IsAssignableFrom(IJavaType)
JVMBridgeBase<PrintDocumentAdapter>.IsAssignableFrom<T>()
JVMBridgeBase<PrintDocumentAdapter>.Execute<T>(params T[])
JVMBridgeBase<PrintDocumentAdapter>.DynBridgeClazz
JVMBridgeBase<PrintDocumentAdapter>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PrintDocumentAdapter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("PrintDocumentAdapter class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PrintDocumentAdapter()

PrintDocumentAdapter(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("PrintDocumentAdapter class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PrintDocumentAdapter(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EXTRA_PRINT_PREVIEW

public static String EXTRA_PRINT_PREVIEW { get; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

OnFinish()

public void OnFinish()

OnLayout(PrintAttributes, PrintAttributes, CancellationSignal, LayoutResultCallback, Bundle)

public void OnLayout(PrintAttributes arg0, PrintAttributes arg1, CancellationSignal arg2, PrintDocumentAdapter.LayoutResultCallback arg3, Bundle arg4)

Parameters

arg0 PrintAttributes

PrintAttributes

arg1 PrintAttributes

PrintAttributes

arg2 CancellationSignal

CancellationSignal

arg3 PrintDocumentAdapter.LayoutResultCallback

PrintDocumentAdapter.LayoutResultCallback

arg4 Bundle

Bundle

OnStart()

public void OnStart()

OnWrite(PageRange[], ParcelFileDescriptor, CancellationSignal, WriteResultCallback)

public void OnWrite(PageRange[] arg0, ParcelFileDescriptor arg1, CancellationSignal arg2, PrintDocumentAdapter.WriteResultCallback arg3)

Parameters

arg0 PageRange[]

PageRange

arg1 ParcelFileDescriptor

ParcelFileDescriptor

arg2 CancellationSignal

CancellationSignal

arg3 PrintDocumentAdapter.WriteResultCallback

PrintDocumentAdapter.WriteResultCallback