Class ComparerContext
Namespace: Aspose.Words.LowCode
Assembly: Aspose.Words.dll (25.4.0)
Document comparer context
public class ComparerContext : ProcessorContext
Inheritance
object ← ProcessorContext ← ComparerContext
Inherited Members
ProcessorContext.WarningCallback , ProcessorContext.FontSettings , ProcessorContext.LayoutOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ComparerContext()
public ComparerContext()
Properties
AcceptRevisions
Indicates whether to accept revisions in the documents before comparing them.
If the compared documents contain revisions and this flag is set to false, the processor will reject revisions.
Default is true
.
public bool AcceptRevisions { get; set; }
Property Value
Author
The author to be assigned to revisions created during document comparison.
public string Author { get; set; }
Property Value
CompareOptions
Options used upon comparing documents.
public CompareOptions CompareOptions { get; }
Property Value
DateTime
The date and time assigned to revisions created during document comparison.
public DateTime DateTime { get; set; }