Class HeaderFooterImageRecord
Summary description for HeaderFooterImageRecord.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
HeaderFooterImageRecord
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Biff]
public class HeaderFooterImageRecord : MSODrawingGroupRecord, IBiffStorage, ICloneable, IDisposable, ILengthSetter
Constructors
HeaderFooterImageRecord()
Default constructor
Declaration
public HeaderFooterImageRecord()
HeaderFooterImageRecord(Int32)
Reserved for record's internal data array.
Declaration
public HeaderFooterImageRecord(int iReserve)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | iReserve | Amount of bytes for data array. |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | If amount of bytes requested is less than zero. |
HeaderFooterImageRecord(Stream, out Int32)
Read / initialize constructor.
Declaration
public HeaderFooterImageRecord(Stream stream, out int itemSize)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | Stream from which record data should be read. |
System.Int32 | itemSize | Size of read item. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | If stream is not specified. |
System.ApplicationException | If stream does not support read or seek operations. |
Properties
StructuresOffset
Offset to the structures data.
Declaration
protected override int StructuresOffset { get; }
Property Value
Type |
---|
System.Int32 |
Overrides
Methods
AddRecordData(List<Byte[]>, BiffRecordRaw)
Adds record data from single record to the List.
Declaration
protected override int AddRecordData(List<byte[]> arrRecords, BiffRecordRaw record)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.Byte[]> | arrRecords | List to add data to. |
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | record | Record to add data from. |
Returns
Type | Description |
---|---|
System.Int32 | Size of the added data. |
Overrides
CreateBuilder()
Creates continue record builder.
Declaration
protected override ContinueRecordBuilder CreateBuilder()
Returns
Type | Description |
---|---|
Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder | Created builder. |
Overrides
CreateDataList(out Int32)
Creates List for all data.
Declaration
protected override Stream CreateDataList(out int iStartIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | iStartIndex | First free index in the resulting List. |
Returns
Type | Description |
---|---|
System.IO.Stream | Created List. |
Overrides
SetLength(Int32)
Sets length of the internal data.
Declaration
public void SetLength(int iLength)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | iLength | Length to set. |
Implements
System.ICloneable
System.IDisposable