Aspose::Page::XPS::XpsMetadata::PrintTicket class

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.

class PrintTicket : public System::Collections::Generic::IEnumerable<System::String>

Methods

MethodDescription
GetEnumerator() overrideReturns the print ticket item names enumerator.
Remove(const System::ArrayPtr<System::String>&)Removes an item from this PrintTicket item list.

See Also