Aspose::Pdf::Comparison::SideBySideComparison::ComparisonMode enum

ComparisonMode enum

The comparison mode enumeration.

enum class ComparisonMode

Values

NameValueDescription
Normal0Normal mode. Only spaces within text fragments are taken into account (depending on the way the document is generated.)
IgnoreSpaces1All spaces are ignored. Changes are sought only in words.
ParseSpaces2The mode is similar to normal, but attempts to account for visual spacing between text fragments based on distance. Recognizing the number of spaces between fragments may not be accurate because this greatly depends on how the documents are generated. If documents are created by different generators, there may be inaccuracies in comparing spaces between text fragments.

See Also