Skip to main content
All docs
V25.1
  • ComparisonTargetType Enum

    Lists values that indicate where to load the document with Track Changes after comparison.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public enum ComparisonTargetType

    Members

    Name Description
    Original

    Load the result into the original Document instance.

    Revised

    Load the result into the Document instance with the revised document.

    See Also