DifferenceOperation Enumeration

Summary

The operation that was performed on a Difference region.

Syntax
TypeScript
JavaScript
lt.Document.Compare.DifferenceOperation = { 
   delete: 0, 
   insert: 1, 
   equal: 2 
} 
lt.Document.Compare.DifferenceOperation = { 
   delete: 0, 
   insert: 1, 
   equal: 2 
} 
Members
ValueMemberDescription
delete0A difference was deleted.
insert1A difference was inserted.
equal2No change.
Requirements

Target Platforms

See Also

Reference

lt.Document.Compare Namespace

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

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.