←Select platform

BackColor Property

Summary

Gets or sets the background color used when rendering RTF documents.

Syntax

C#
VB
Java
C++
public RasterColor BackColor { get; set; } 
Public Property BackColor As Leadtools.RasterColor 
public RasterColor getBackColor() 
public void setBackColor(RasterColor backColor) 
             
public: 
property Leadtools.RasterColor BackColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

The background color used when rendering RTF documents. Default value is "white".

Remarks

Background is the color used to fill the resulting image before rendering the RTF contents on top of it.

Example

For an example, refer to CodecsRtfOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly