←Select platform

FontColor Property

Summary
Gets or sets the text font color.
Syntax
C#
VB
C++
Java
public RasterColor FontColor { get; set; } 
Public Property FontColor As RasterColor 
public RasterColor getFontColor() 
public void setFontColor(RasterColor fontColor) 
public: 
property RasterColor FontColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

The text font color.

Example

For an example, refer to CodecsTxtOptions.

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

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