Table of Contents

Interface IDocPrintJob

Namespace
Javax.Print
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IDocPrintJob

Properties

Attributes

PrintJobAttributeSet Attributes { get; }

Property Value

PrintJobAttributeSet

PrintService

PrintService PrintService { get; }

Property Value

PrintService

Methods

AddPrintJobAttributeListener(PrintJobAttributeListener, PrintJobAttributeSet)

void AddPrintJobAttributeListener(PrintJobAttributeListener arg0, PrintJobAttributeSet arg1)

Parameters

arg0 PrintJobAttributeListener

PrintJobAttributeListener

arg1 PrintJobAttributeSet

PrintJobAttributeSet

AddPrintJobListener(PrintJobListener)

void AddPrintJobListener(PrintJobListener arg0)

Parameters

arg0 PrintJobListener

PrintJobListener

Print(Doc, PrintRequestAttributeSet)

void Print(Doc arg0, PrintRequestAttributeSet arg1)

Parameters

arg0 Doc

Doc

arg1 PrintRequestAttributeSet

PrintRequestAttributeSet

Exceptions

PrintException

RemovePrintJobAttributeListener(PrintJobAttributeListener)

void RemovePrintJobAttributeListener(PrintJobAttributeListener arg0)

Parameters

arg0 PrintJobAttributeListener

PrintJobAttributeListener

RemovePrintJobListener(PrintJobListener)

void RemovePrintJobListener(PrintJobListener arg0)

Parameters

arg0 PrintJobListener

PrintJobListener