←Select platform

PerformSemanticCleanup Property

Summary

Indicates whether the document compare results should be cleaned up to make them more human-readable.

Syntax
C#
VB
C++
public bool PerformSemanticCleanup {get; set;} 
Public Property PerformSemanticCleanup() As Boolean 
   Get 
   Set 
public:  
   property bool PerformSemanticCleanup 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to perform semantic cleanup; otherwise, false. The default value is true.

Remarks

If comparing LEADDocuments, set this options to true.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly