←Select platform

DocumentNames Property

Summary

Gets a list of names corresponding to the LEADDocument objects that were compared.

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

Property Value

List of strings. Default value is an empty list.

Example

For an example, refer to DocumentDifference.GenerateMarkdownReport.

Requirements
Target Platforms
Help Version 21.0.2021.7.19
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

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