RevisionCollection Class
Represents the revisions in the document
public class RevisionCollection : IEnumerable<Revision>, IEnumerable
Public Class RevisionCollection
Implements IEnumerable(Of Revision), IEnumerable
- Inheritance:
- System.ObjectRevisionCollection
Methods
AcceptAll()
Accept all revisions in the document.
Remarks
Revisions that are not supported by the model of GemBox.Document (e.g. revisions of preserved inlines) will not be affected
RejectAll()
Reject all revisions in the document.
Remarks
Revisions that are not supported by the model of GemBox.Document (e.g. revisions of preserved inlines) will not be affected
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable