Interface IPictureRecord
Common interface for all records that contains picture.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public interface IPictureRecordProperties
Picture
Picture that is contained by the record.
Declaration
Image Picture { get; set; }Property Value
| Type | 
|---|
| Image | 
PictureStream
Picture Stream
Declaration
Stream PictureStream { get; set; }Property Value
| Type | 
|---|
| System.IO.Stream | 
RgbUid
Picture id.
Declaration
byte[] RgbUid { get; }Property Value
| Type | 
|---|
| System.Byte[] |