←Select platform

CompareResults Property

Summary

The CompareJob's results as a DocumentDifference difference set.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="compareResults")] 
public DocumentDifference CompareResults {get; set;} 
<DataMemberAttribute(Name:="compareResults")>  
Public Property CompareResults() As DocumentDifference 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"compareResults")] 
   property DocumentDifference^ CompareResults 
   { 
      DocumentDifference^ get() 
      void set(DocumentDifference^ value) 
   } 

Property Value

A DocumentDifference object. The default value is null.

Remarks

This property will be set after the compare job finishes successfully.

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