Interface IDocPrintJob
.NET interface for TO BE DEFINED FROM USER
public interface IDocPrintJob
Properties
Attributes
PrintJobAttributeSet Attributes { get; }
Property Value
PrintService
PrintService PrintService { get; }
Property Value
Methods
AddPrintJobAttributeListener(PrintJobAttributeListener, PrintJobAttributeSet)
void AddPrintJobAttributeListener(PrintJobAttributeListener arg0, PrintJobAttributeSet arg1)
Parameters
AddPrintJobListener(PrintJobListener)
void AddPrintJobListener(PrintJobListener arg0)
Parameters
Print(Doc, PrintRequestAttributeSet)
void Print(Doc arg0, PrintRequestAttributeSet arg1)
Parameters
Exceptions
RemovePrintJobAttributeListener(PrintJobAttributeListener)
void RemovePrintJobAttributeListener(PrintJobAttributeListener arg0)
Parameters
RemovePrintJobListener(PrintJobListener)
void RemovePrintJobListener(PrintJobListener arg0)