←Select platform

FillColor Property

Summary
Gets or sets the color used to fill the background following rotation.
Syntax
C#
VB
Objective-C
C++
Java
public RasterColor FillColor { get; set; } 
Public Property FillColor As RasterColor 
@property (nonatomic, copy) LTRasterColor *fillColor 
public RasterColor getFillColor() 
public void setFillColor(RasterColor value) 
public: 
property RasterColor FillColor { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

Color used to fill the background following rotation. This is used only if DeskewCommandFlags.FillExposedArea is set in the Flags property.

Example

Refer to Angle.

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.ImageProcessing.Core Assembly

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