←Select platform

BackColor Property

Summary
Gets or sets the background color to use if both ForceSize and MaintainAspectRatio are true.
Syntax
C#
VB
Objective-C
C++
Java
public RasterColor BackColor { get; set; } 
Public Property BackColor As RasterColor 
@property (nonatomic, copy) LTRasterColor *backColor 
public RasterColor getBackColor() 
public void setBackColor(RasterColor value) 
public: 
property RasterColor BackColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A RasterColor to use as the background color to use if both ForceSize and MaintainAspectRatio are true.

Example

For an example, refer to RasterCodecs.ReadThumbnail.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.