←Select platform

BackColor Property

Summary

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

C#
VB
C++
[DataMemberAttribute(Name="BackColor", IsRequired=false)] 
public string BackColor { get; set; } 
  
<DataMemberAttribute("BackColor")> 
Public Property BackColor As String 
[DataMemberAttribute("BackColor")] 
public: 
property String^ BackColor { 
   String^ get(); 
   void set (    String^ ); 
} 

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

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

Leadtools.Services.Raster.DataContracts Assembly