C#
VB
C++
Gets or sets the color used to fill the background following rotation.
[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^ );
}
Color used to fill the background following rotation. This is used only if DeskewCommandFlags.FillExposedArea is set in the Flags property.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET