←Select platform

FillColor Property (HighQualityRotateRequest)

Summary

Gets or sets the background fill color.

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

The background fill color.

Remarks

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.ImageProcessing.DataContracts Assembly
Click or drag to resize