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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.