API Reference

Class

PdfBatesBatchResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Continuous Bates-numbering outputs and assignments for a complete batch.

Inheritance

  • Object
  • PdfBatesBatchResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public IReadOnlyList<PdfBatesDocumentResult> Documents { get; } #

Numbered documents in input order.

public IReadOnlyList<PdfBatesAssignment> Assignments { get; } #

All assigned numbers in numbering order.

public Int64 NextNumber { get; } #

Next unused number after the batch.