API Reference

Class

PdfBatesDocumentResult

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Numbered output and preservation evidence for one input document.

Inheritance

  • Object
  • PdfBatesDocumentResult

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

Methods

public Byte[] ToBytes() #
Returns: Byte[]

Returns an independent copy of the numbered PDF.

public PdfDocument ToDocument(PdfReadOptions readOptions = null) #
Returns: PdfDocument

Opens the numbered PDF through the public document API.

Parameters

readOptions OfficeIMO.Pdf.PdfReadOptions = null optionalposition: 0

Properties

public Int32 DocumentIndex { get; } #

Zero-based input document index.

public String DocumentName { get; } #

Stable input document name.

public IReadOnlyList<PdfBatesAssignment> Assignments { get; } #

Numbers assigned within this document.

public PdfRewritePreservationReport Preservation { get; } #

Structural preservation comparison between input and output.