←Select platform

BaseColor Property

Summary

Color to be associated with text tagged as DifferenceOperation.Equal.

Syntax
C#
VB
C++
public string BaseColor {get; set;} 
Public Property BaseColor() As String 
   Get 
   Set 
public:  
   property String^ BaseColor 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string containing a valid color value. Default value is #000000.

Example

For an example, refer to DocumentDifference.GenerateMarkdownReport

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