←Select platform

OutputDocumentName Property

Summary

The name of the report generated by this compare operation.

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

Property Value

The name of the report generated by this compare operation. The default value is null.

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