←Select platform

ForceBackgroundColor Property

Summary

Enables or disables the use of the BackgroundColor when rasterizing vector image files.

Syntax

C#
VB
Java
C++
public bool ForceBackgroundColor { get; set; } 
Public Property ForceBackgroundColor As Boolean 
public boolean isForceBackgroundColor() 
public void setForceBackgroundColor(boolean forceBGColor) 
             
public: 
property bool ForceBackgroundColor { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to fill the resulting raster image with BackgroundColor; false to use the color specified in the vector image file.

Remarks

Set this property to true to override the background color specified in the file when rasterizing vector image files.

Example

For an example, refer to CodecsVectorLoadOptions.

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