LEADTOOLS Image File Support (Leadtools.Codecs assembly)

ForceBackgroundColor Property

Show in webframe







Enables or disables the use of the BackgroundColor when rasterizing vector image files.
Syntax
public bool ForceBackgroundColor {get; set;}
'Declaration
 
Public Property ForceBackgroundColor As Boolean
'Usage
 
Dim instance As CodecsVectorLoadOptions
Dim value As Boolean
 
instance.ForceBackgroundColor = value
 
value = instance.ForceBackgroundColor
public bool ForceBackgroundColor {get; set;}

            

            
 
get_ForceBackgroundColor();
set_ForceBackgroundColor(value);
Object.defineProperty('ForceBackgroundColor');
public:
property bool ForceBackgroundColor {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CodecsVectorLoadOptions Class
CodecsVectorLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.