Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly)

Show in webframe

BackColor Property






Gets or sets a color value that determines how to fill the background color if the image dimensions are smaller than the Height and Width properties.
Syntax
[DataMemberAttribute("BackColor")]
public string BackColor {get; set;}
'Declaration
 
<DataMemberAttribute("BackColor")>
Public Property BackColor As String
'Usage
 
Dim instance As RasterConvertOptions
Dim value As String
 
instance.BackColor = value
 
value = instance.BackColor

            

            
[DataMemberAttribute("BackColor")]
public:
property String^ BackColor {
   String^ get();
   void set (    String^ value);
}

Property Value

A color value: either a named color value or a hexadecimal color code.
Example
For an example, refer to RasterConvertOptions.
Requirements

Target Platforms

See Also

Reference

RasterConvertOptions Structure
RasterConvertOptions Members

Error processing SSI file
Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features