←Select platform

BackgroundColor Property

Summary

Gets or sets the character's background color.

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

Property Value

A RasterColor structure containing the color definition.

Remarks

To get the recognized characters of a page, call IOcrPage.GetRecognizedCharacters after IOcrPage.Recognize.

To update the recognized characters of a page, call IOcrPage.GetRecognizedCharacters before calling IOcrDocument.Save or IOcrDocument.SaveXml.

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.Ocr Assembly

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