|
iText 9.4.0 API
|
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... |
|
Class to retrieve important information about PDF document revisions.
|
inline |
Creates PdfRevisionsReader class.
| reader |
PdfReader instance from which revisions to be collected
|
inlinevirtual |
Gets information about PDF document revisions.
System.Collections.IList
|
inlinevirtual |
Sets the iText.Commons.Actions.Contexts.IMetaInfo that will be used during PdfDocument creation.
| metaInfo | meta info to set |