WritingPrintTicketRequiredEventArgs.CurrentPrintTicketLevel Property
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.
Gets a value that indicates the scope of the WritingPrintTicketRequired event.
public:
property System::Windows::Xps::Serialization::PrintTicketLevel CurrentPrintTicketLevel { System::Windows::Xps::Serialization::PrintTicketLevel get(); };
public System.Windows.Xps.Serialization.PrintTicketLevel CurrentPrintTicketLevel { get; }
public System.Windows.Xps.Serialization.PrintTicketLevel CurrentPrintTicketLevel { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.CurrentPrintTicketLevel : System.Windows.Xps.Serialization.PrintTicketLevel
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.CurrentPrintTicketLevel : System.Windows.Xps.Serialization.PrintTicketLevel
Public ReadOnly Property CurrentPrintTicketLevel As PrintTicketLevel
Property Value
An enumeration that indicates the scope of the WritingPrintTicketRequired event as for a sequence of documents, a single document, or a single page.
- Attributes
Remarks
When the CurrentPrintTicketLevel property is FixedDocumentSequencePrintTicket, the Sequence property specifies the number of documents output with the CurrentPrintTicket. For other CurrentPrintTicketLevel values, the Sequence property specifies the number of pages output with the CurrentPrintTicket.