WritingPrintTicketRequiredEventArgs.Sequence 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 the number of documents or pages output with the CurrentPrintTicket.
public:
property int Sequence { int get(); };
public int Sequence { get; }
member this.Sequence : int
Public ReadOnly Property Sequence As Integer
Property Value
The number of documents or pages output with the CurrentPrintTicket.
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.