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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.