BackgroundFillColor Property
Description
Returns or sets the fill color of the selected area of an image when it is cut, erased or rotated. It is a value specifying the 32-bit RGB value.
ActiveX Edition | Plug-in Edition | Mac Edition |
---|---|---|
Since V6.0 | Since V6.0 | Not Supported |
Data type
Uint32
Syntax
ObjectName. BackgroundFillColor
Remarks
Default is White. The byte-ordering of the 32-bit RGB value is BBGGRR. RR represents red, GG represents green and BB represents blue.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.
See Also
Erase method, CutToClipboard method, CutFrameToClipboard methodCopyright © 2012 Dynamsoft Corporation.All Rights Reserved.