Class PrintTicket

PrintTicket class

The class that implements a common PrintTicket of any scope. The base class for job-, document- and page-level print tickets. A

PrintTicket

element is the root element of the PrintTicket document. A

PrintTicket

element contains all job formatting information required to output a job. https://docs.microsoft.com/en-us/windows/win32/printdocs/printticket

public abstract class PrintTicket : IEnumerable<string>

Methods

NameDescription
GetEnumerator()Returns the print ticket item names enumerator.
Remove(params string[])Removes an item from this PrintTicket item list.

See Also