←Select platform

Documents Property

Summary

An IList<LEADDocument> to compare.

Syntax
C#
VB
C++
public IList<LEADDocument> Documents {get; set;} 
Public Property Documents() As IList(Of LEADDocument) 
   Get 
   Set 
public:  
   property IList<LEADDocument^>^ Documents 
   { 
      IList<LEADDocument^>^ get() 
      void set(IList<LEADDocument^>^ value) 
   } 

Property Value

An IList<LEADDocument>.

Remarks

CompareJobData.Documents must be set to a valid IList implementation containing exactly two LEADDocuments.

The documents are not cached after the compare job has started.

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