API Reference
Class
PdfDocumentRevisionInfo
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.
Returned or exposed by
- Property PdfDebuggerReport.Revisions
- Property PdfDocumentSecurityInfo.Revisions
- Property PdfRawDocumentView.Revisions
Inherited Methods
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.