IShapeOptionList.SetImage Method
Sets a property with the bytes of an image.
Syntax
Unit: FlexCel.Core
procedure IShapeOptionList.SetImage(const option: TShapeOption; const value: TBytes); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
option |
TShapeOption |
Option to set. |
const |
value |
TBytes |
Value to set. |
See also