PrintQueue::AddJob Method (String^, String^, Boolean, PrintTicket^)
.NET Framework (current version)
Inserts a new print job for an XML Paper Specification (XPS) Document into the queue, gives it the specified name and settings, and specifies whether or not it should be validated.
Assembly: System.Printing (in System.Printing.dll)
public: PrintSystemJobInfo^ AddJob( String^ jobName, String^ documentPath, bool fastCopy, PrintTicket^ printTicket )
Parameters
- jobName
-
Type:
System::String^
The path and name of the document that is being printed.
- documentPath
-
Type:
System::String^
The path and name of the document that is being printed.
- fastCopy
-
Type:
System::Boolean
true to spool quickly without page-by-page progress feedback and without validating that the file is valid XPS; otherwise, false.
- 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^, String^, Boolean).
.NET Framework
Available since 4.5
Available since 4.5
Show: