SelectionImageBorderColor Property
Description
Returns or sets the border color of the selected image. It is a value specifying the 32-bit RGB value.
| ActiveX Edition | Plug-in Edition | Mac Edition |
|---|---|---|
| Since V6.0 | Since V6.0 | Since V6.4 |
Data type
Uint32
Syntax
ObjectName. SelectionImageBorderColor
Remarks
The default value of SelectionImageBorderColor is Navy.
The byte-ordering of the 32-bit ARGB value is AARRGGBB. The most significant byte (MSB), represented by AA, is the alpha component value. The second, third, and fourth bytes, represented by RR, GG, and BB, are the color components red, green, and blue respectively.
When an error occurs and IfThrowException property is TRUE, an exception will be thrown. Check ErrorCode property and ErrorString property for error information.
Copyright © 2012 Dynamsoft Corporation.All Rights Reserved.
