←Select platform

ModifiedForeground Property

Summary

A RasterColor object specifying the foreground color of the modified image.

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

The color 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.

Example

Refer to the CompareBitmapCommand example.

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

Leadtools.ImageProcessing.Core Assembly

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