Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WritingPrintTicketRequiredEventArgs Constructor (PrintTicketLevel, Int32)

 

Initializes a new instance of the WritingPrintTicketRequiredEventArgs class.

Namespace:   System.Windows.Documents.Serialization
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
Return to top
Show:
© 2017 Microsoft