Table of Contents

Class PdfRevisionsReader

Namespace
iText.Kernel.Pdf
Assembly
itext.kernel.dll

Class to retrieve important information about PDF document revisions.

public class PdfRevisionsReader
Inheritance
PdfRevisionsReader
Inherited Members

Constructors

PdfRevisionsReader(PdfReader)

Creates PdfRevisionsReader class.

public PdfRevisionsReader(PdfReader reader)

Parameters

reader PdfReader

PdfReader instance from which revisions to be collected

Methods

GetAllRevisions()

Gets information about PDF document revisions.

public virtual IList<DocumentRevision> GetAllRevisions()

Returns

IList<DocumentRevision>

of DocumentRevision objects

SetEventCountingMetaInfo(IMetaInfo)

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

public virtual void SetEventCountingMetaInfo(IMetaInfo metaInfo)

Parameters

metaInfo IMetaInfo

meta info to set