←Select platform

FillColor Property

Summary

Gets or sets the color used to fill the background following rotation.

Syntax

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

Property Value

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

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