OdsPageBackground
ImageData Property
|
Gets/sets the image data of image background.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public byte[] ImageData { get; set; }
Public Property ImageData As Byte()
Get
Set
public:
property array<unsigned char>^ ImageData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ImageData : byte[] with get, set
Property Value
Type:
Byte
See Also