WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrinterSettingsRecord

    Show / Hide Table of Contents

    Class PrinterSettingsRecord

    This record saves printer settings and printer driver information.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    BiffRecordWithStreamPos
    BiffRecordRawWithDataProvider
    BiffRecordWithContinue
    PrinterSettingsRecord
    Implements
    System.ICloneable
    IBiffStorage
    System.IDisposable
    Inherited Members
    BiffRecordWithContinue.m_iFirstLength
    BiffRecordWithContinue.FillRecord(BinaryReader, DataProvider, IDecryptor, Byte[])
    BiffRecordWithContinue.FillStream(BinaryWriter, DataProvider, IEncryptor, Int32)
    BiffRecordWithContinue.FirstContinueType
    BiffRecordRawWithDataProvider.m_provider
    BiffRecordRawWithDataProvider.ParseStructure(DataProvider, Int32, Int32, ExcelVersion)
    BiffRecordRawWithDataProvider.GetString(Int32, Int32)
    BiffRecordRawWithDataProvider.GetString(Int32, Int32, Int32)
    BiffRecordRawWithDataProvider.GetString(Int32, Int32, Int32, Boolean)
    BiffRecordRawWithDataProvider.GetUnkTypeString(Int32, IList<Int32>, Int32, Int32, Int32, Byte[], Byte[])
    BiffRecordRawWithDataProvider.SetByte(Int32, Byte)
    BiffRecordRawWithDataProvider.SetUInt16(Int32, UInt16)
    BiffRecordRawWithDataProvider.SetBytes(Int32, Byte[], Int32, Int32)
    BiffRecordRawWithDataProvider.SetBytes(Int32, Byte[])
    BiffRecordRawWithDataProvider.SetStringNoLen(Int32, String)
    BiffRecordRawWithDataProvider.SetStringNoLen(Int32, String, Boolean)
    BiffRecordRawWithDataProvider.Dispose()
    BiffRecordWithStreamPos.m_lStreamPosition
    BiffRecordWithStreamPos.StreamPos
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [CLSCompliant(false)]
    [Biff(TBIFFRecord.PrinterSettings)]
    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 Description
    System.Boolean
    Overrides
    BiffRecordWithContinue.AddHeaderToProvider

    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 Description
    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
    BiffRecordWithContinue.Clone()

    GetStoreSize(ExcelVersion)

    Declaration
    public override int GetStoreSize(ExcelVersion version)
    Parameters
    Type Name Description
    ExcelVersion version
    Returns
    Type Description
    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
    BiffRecordRawWithDataProvider.ParseStructure()
    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
    IBiffStorage
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved