WritingPrintTicketRequiredEventArgs(PrintTicketLevel, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WritingPrintTicketRequiredEventArgs class.
public:
WritingPrintTicketRequiredEventArgs(System::Windows::Xps::Serialization::PrintTicketLevel printTicketLevel, int sequence);
public WritingPrintTicketRequiredEventArgs (System.Windows.Xps.Serialization.PrintTicketLevel printTicketLevel, int sequence);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
public WritingPrintTicketRequiredEventArgs (System.Windows.Xps.Serialization.PrintTicketLevel printTicketLevel, int sequence);
new System.Windows.Documents.Serialization.WritingPrintTicketRequiredEventArgs : System.Windows.Xps.Serialization.PrintTicketLevel * int -> System.Windows.Documents.Serialization.WritingPrintTicketRequiredEventArgs
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
new System.Windows.Documents.Serialization.WritingPrintTicketRequiredEventArgs : System.Windows.Xps.Serialization.PrintTicketLevel * int -> System.Windows.Documents.Serialization.WritingPrintTicketRequiredEventArgs
Public Sub New (printTicketLevel As PrintTicketLevel, sequence As Integer)
Parameters
- printTicketLevel
- PrintTicketLevel
An enumeration value that specifies scope of the CurrentPrintTicket as a page, document, or sequence of documents.
- sequence
- Int32
Based on the scope of defined by printTicketLevel
, the number of pages or the number of documents associated with the CurrentPrintTicket.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.