←Select platform

Differences Property

Summary

List of all PageCharactersDifference for the result set.

Syntax
C#
VB
C++
public IList<PageCharactersDifference> Differences { get; } 
Public ReadOnly Property Differences() As IList(Of PageCharactersDifference) 
   Get 
public:  
   property IList<PageCharactersDifference^>^ Differences 
   { 
      IList<PageCharactersDifference^>^ get() 
   } 

Property Value

An IList<PageCharactersDifference>.

Example

For an example, refer to DocumentComparer.CompareDocument

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