API Reference

Class

PdfDocumentRevisionInfo

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Lightweight cross-reference revision marker read from a PDF file.

Inheritance

  • Object
  • PdfDocumentRevisionInfo

Usage

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

Properties

public Int32 RevisionNumber { get; } #

One-based revision number in file order.

public Int32 StartXrefOffset { get; } #

Offset declared by this revision's startxref section.

public Nullable<Int32> PreviousXrefOffset { get; } #

Previous xref offset linked from this revision's trailer or xref stream, when readable.

public Boolean HasPreviousRevision { get; } #

True when this revision links to a previous revision.