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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.