LEADTOOLS WCF (Leadtools.Services.Raster.DataContracts assembly)

BackColor Property

Show in webframe





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

 

 


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

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