Table of Contents

Class PrintJobInfo

Namespace
Android.Print
Assembly
MASES.Netdroid.dll
public class PrintJobInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
PrintJobInfo
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.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

PrintJobInfo()

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

public PrintJobInfo()

PrintJobInfo(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

public PrintJobInfo(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

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

STATE_BLOCKED

public static int STATE_BLOCKED { get; }

Property Value

int

STATE_CANCELED

public static int STATE_CANCELED { get; }

Property Value

int

STATE_COMPLETED

public static int STATE_COMPLETED { get; }

Property Value

int

STATE_CREATED

public static int STATE_CREATED { get; }

Property Value

int

STATE_FAILED

public static int STATE_FAILED { get; }

Property Value

int

STATE_QUEUED

public static int STATE_QUEUED { get; }

Property Value

int

STATE_STARTED

public static int STATE_STARTED { get; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetAdvancedIntOption(String)

public int GetAdvancedIntOption(String arg0)

Parameters

arg0 String

String

Returns

int

int

GetAdvancedStringOption(String)

public String GetAdvancedStringOption(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetAttributes()

public PrintAttributes GetAttributes()

Returns

PrintAttributes

PrintAttributes

GetCopies()

public int GetCopies()

Returns

int

int

GetCreationTime()

public long GetCreationTime()

Returns

long

long

GetId()

public PrintJobId GetId()

Returns

PrintJobId

PrintJobId

GetLabel()

public String GetLabel()

Returns

String

String

GetPages()

public PageRange[] GetPages()

Returns

PageRange[]

PageRange

GetPrinterId()

public PrinterId GetPrinterId()

Returns

PrinterId

PrinterId

GetState()

public int GetState()

Returns

int

int

HasAdvancedOption(String)

public bool HasAdvancedOption(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int