Comparer Class

Wordize.Comparing.Comparer class. Provides methods intended to compare documents.

Comparer class

Provides methods intended to compare documents.

public class Comparer : Processor

Methods

NameDescription
static Create()Creates default comparer processor.
static Create(ComparerContext)Creates comparer processor with specified comparer context.
Execute()Execute the processor action.
From(Stream, LoadOptions)Specifies input document for processing.
From(string, LoadOptions)Specifies input document for processing.
To(List<Stream>, SaveFormat)Specifies output Document streams list.
To(List<Stream>, SaveOptions)Specifies output Document streams list.
To(Stream, SaveFormat)Specifies output stream for the processor.
To(Stream, SaveOptions)Specifies output stream for the processor.
To(string, SaveFormat)Specifies output file for the processor.
To(string, SaveOptions)Specifies output file for the processor.
static Compare(string, string, string, string, DateTime, CompareOptions)Compares the document with another document producing changes as number of edit and format revisions.
static Compare(Stream, Stream, Stream, SaveFormat, string, DateTime, CompareOptions)Compares the document with another document producing changes as number of edit and format revisions.
static Compare(string, string, string, SaveFormat, string, DateTime, CompareOptions)Compares the document with another document producing changes as number of edit and format revisions.
static CompareToImages(Stream, Stream, ImageSaveOptions, string, DateTime, CompareOptions)Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image.
static CompareToImages(string, string, ImageSaveOptions, string, DateTime, CompareOptions)Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image.

See Also