←Select platform

ModifiedForeground Property

Summary

Foreground color for the modified document.

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

Property Value

A valid RasterColor, used to identify the foreground content within the modified image. Typically, the foreground color is used to identify text. The default value is RasterColor.Black.

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