←Select platform

ModifiedBackground Property

Summary

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

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

Property Value

The color used to identify the background content within the modified image. The default value is RasterColor.White.

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.