GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    RevisionCollection Class

    Namespace:
    GemBox.Document.Tracking
    Assembly:
    GemBox.Document.dll

    Represents the revisions in the document

    • C#
    • VB.NET
    public class RevisionCollection : IEnumerable<Revision>, IEnumerable
    Public Class RevisionCollection
        Implements IEnumerable(Of Revision), IEnumerable
    Inheritance:
    System.Object
    RevisionCollection
    Implements
    System.Collections.Generic.IEnumerable<Revision>
    System.Collections.IEnumerable

    Methods

    AcceptAll()

    Accept all revisions in the document.

    • C#
    • VB.NET
    public void AcceptAll()
    Public Sub AcceptAll
    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.

    • C#
    • VB.NET
    public void RejectAll()
    Public Sub RejectAll
    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
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.