WritingPrintTicketRequiredEventArgs.Sequence Property

Definition

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.

Applies to