Class PrinterSettingsRecord
This record saves printer settings and printer driver information.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
PrinterSettingsRecord
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Biff]
public class PrinterSettingsRecord : BiffRecordWithContinue, ICloneable, IBiffStorage, IDisposable
Constructors
PrinterSettingsRecord()
Default constructor
Declaration
public PrinterSettingsRecord()
Properties
AddHeaderToProvider
Indicates whether we should add header of continue records to the internal data provider. Read-only.
Declaration
protected override bool AddHeaderToProvider { get; }
Property Value
Type |
---|
System.Boolean |
Overrides
NeedDataArray
Indicates whether record needs internal data array or if it can be cleaned. Read-only.
Declaration
public override bool NeedDataArray { get; }
Property Value
Type |
---|
System.Boolean |
Overrides
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedDataArray
Methods
Clone()
Creates copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A copy of the current object. |
Overrides
GetStoreSize(ExcelVersion)
Declaration
public override int GetStoreSize(ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
ExcelVersion | version |
Returns
Type |
---|
System.Int32 |
Overrides
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.GetStoreSize(Syncfusion.XlsIO.ExcelVersion)
ParseStructure()
Parse structure of record. Converts data buffer to special values according to record specification.
Declaration
public override void ParseStructure()
Overrides
Exceptions
Type | Condition |
---|---|
WrongBiffRecordDataException | When string's length does not fit to internal data length or when last string ends before data (some extra data at the end of m_data array). |
Implements
System.ICloneable
System.IDisposable