IXpsFixedDocumentWriter.DocumentNumber Property

Definition

Gets the zero-based position of the FixedDocument in the FixedDocumentSequence.

public:
 property int DocumentNumber { int get(); };
public int DocumentNumber { get; }
member this.DocumentNumber : int
Public ReadOnly Property DocumentNumber As Integer

Property Value

The zero-based position of the FixedDocument in the FixedDocumentSequence.

Remarks

The DocumentNumber property is zero-based. A DocumentNumber value of zero (0) indicates the first the FixedDocument in the FixedDocumentSequence.

Applies to