←Select platform

BackgroundColor Property

Summary

Gets or sets the character's background color.

Syntax
C#
Objective-C
C++/CLI
Python
public RasterColor BackgroundColor { get; set; } 
@property (nonatomic, copy, nullable) LTRasterColor *backgroundColor; 
public:  
   property RasterColor^ BackgroundColor 
   { 
      RasterColor^ get() 
      void set(RasterColor^ value) 
   } 
BackgroundColor # get and set (OcrCharacter) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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