API Reference
Class
PdfBatesDocumentResult
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
- Property PdfBatesBatchResult.Documents
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.