Gets or sets the background fill color.
[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^ );
}
The background fill color.
The FillColor property will only be used if HighQualityRotateCommandFlags.Resize is specified in the Flags property. Since the image is always a rectangular object, rotation will always increase the width and height of the image. The extra space will be filled with the color specified in FillColor.
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