PrintQueue::AddJob Method (String^, PrintTicket^)

.NET Framework (current version)
 

Inserts a new print job for an XML Paper Specification (XPS) Document into the queue, and gives it the specified name and settings.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
PrintSystemJobInfo^ AddJob(
	String^ jobName,
	PrintTicket^ printTicket
)

Parameters

jobName
Type: System::String^

The path and name of the document that is being printed.

printTicket
Type: System.Printing::PrintTicket^

The settings of the print job.

Return Value

Type: System.Printing::PrintSystemJobInfo^

A PrintSystemJobInfo that represents the print job and its status.

For more information, see AddJob(String^).

.NET Framework
Available since 4.5
Return to top
Show: