iText 8.0.5 API
iText.Kernel.Pdf.PdfRevisionsReader Class Reference

Class to retrieve important information about PDF document revisions. More...

Public Member Functions

  PdfRevisionsReader (PdfReader reader)
  Creates PdfRevisionsReader class. More...
 
virtual void  SetEventCountingMetaInfo (IMetaInfo metaInfo)
  Sets the iText.Commons.Actions.Contexts.IMetaInfo that will be used during PdfDocument creation. More...
 
virtual IList< DocumentRevision GetAllRevisions ()
  Gets information about PDF document revisions. More...
 

Detailed Description

Class to retrieve important information about PDF document revisions.

Constructor & Destructor Documentation

◆ PdfRevisionsReader()

iText.Kernel.Pdf.PdfRevisionsReader.PdfRevisionsReader ( PdfReader  reader )
inline

Creates PdfRevisionsReader class.

Parameters
reader

PdfReader instance from which revisions to be collected

Member Function Documentation

◆ GetAllRevisions()

virtual IList<DocumentRevision> iText.Kernel.Pdf.PdfRevisionsReader.GetAllRevisions ( )
inlinevirtual

Gets information about PDF document revisions.

Returns

System.Collections.IList of DocumentRevision objects

◆ SetEventCountingMetaInfo()

virtual void iText.Kernel.Pdf.PdfRevisionsReader.SetEventCountingMetaInfo ( IMetaInfo  metaInfo )
inlinevirtual

Sets the iText.Commons.Actions.Contexts.IMetaInfo that will be used during PdfDocument creation.

Parameters
metaInfo meta info to set