WritingPrintTicketRequiredEventArgs Constructor (PrintTicketLevel, Int32)
.NET Framework (current version)
Initializes a new instance of the WritingPrintTicketRequiredEventArgs class.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: WritingPrintTicketRequiredEventArgs( PrintTicketLevel printTicketLevel, int sequence )
Parameters
- printTicketLevel
-
Type:
System.Windows.Xps.Serialization::PrintTicketLevel
An enumeration value that specifies scope of the CurrentPrintTicket as a page, document, or sequence of documents.
- sequence
-
Type:
System::Int32
Based on the scope of defined by printTicketLevel, the number of pages or the number of documents associated with the CurrentPrintTicket.
.NET Framework
Available since 3.0
Available since 3.0
Show: