←Select platform

OutputMimetype Property

Summary

The mimetype of the report to be generated by this compare operation.

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

Property Value

The mimetype of the report to be generated by this compare operation. The default value is null.

Remarks

Currently, the only report type that is supported is text/markdown.

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