Свойство | Type | Description | |
---|---|---|---|
_JobAttributes | dynamic | ||
_PrintDataBasename | string | ||
_PrintDataFileName | string | ||
_PrintJobs | CloudPrintJob>.Dictionary | ||
_Printer | CloudPrinter | ||
_Proxy |
Méthode | Description | |
---|---|---|
CloudPrintJobImpl ( |
||
GetIncompletePrintJobs ( |
||
GetPrintData ( ) : byte[] | ||
GetPrintTicket ( ) : PrintTicket | ||
SetDeliveryAttempted ( ) : void | ||
SetError ( string errorCode, string errorMessage ) : void | ||
SetStatus ( CloudPrintJobStatus status ) : void |
Méthode | Description | |
---|---|---|
CloudPrintJobImpl ( |
Méthode | Description | |
---|---|---|
WriteJobData ( ) : void | ||
WriteJobJson ( ) : void | ||
WriteJobTicket ( ) : void | ||
WriteJobXml ( ) : void |
public CloudPrintJobImpl ( |
||
proxy | ||
printer | CloudPrinter | |
job | dynamic | |
Résultat | System |
protected CloudPrintJobImpl ( |
||
proxy | ||
basename | string | |
Résultat | System |
public static GetIncompletePrintJobs ( |
||
proxy | ||
Résultat | IEnumerable |
public SetError ( string errorCode, string errorMessage ) : void | ||
errorCode | string | |
errorMessage | string | |
Résultat | void |
public SetStatus ( CloudPrintJobStatus status ) : void | ||
status | CloudPrintJobStatus | |
Résultat | void |
protected static Dictionary |
||
Résultat | CloudPrintJob>.Dictionary |