ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MsofbtBSE - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MsofbtBSE

    Summary description for MsofbtBSE.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray
    MsoBase
    MsofbtBSE
    Implements
    System.ICloneable
    IBiffStorage
    System.IDisposable
    Inherited Members
    MsoBase.m_usVersionAndInst
    MsoBase.FillRecord(Byte[], Int32)
    MsoBase.FillArray(Stream)
    MsoBase.FillArray(Stream, Int32, List<Int32>, List<List<BiffRecordRaw>>)
    MsoBase.Clone(MsoBase)
    MsoBase.Clone()
    MsoBase.UpdateNextMsoDrawingData()
    MsoBase.ParseStructure()
    MsoBase.ConvertFromInt32(Int32)
    MsoBase.WriteInt32(Stream, Int32)
    MsoBase.WriteUInt32(Stream, UInt32)
    MsoBase.WriteInt16(Stream, Int16)
    MsoBase.WriteUInt16(Stream, UInt16)
    MsoBase.ReadInt32(Stream)
    MsoBase.ReadUInt32(Stream)
    MsoBase.ReadInt16(Stream)
    MsoBase.ReadUInt16(Stream)
    MsoBase.Version
    MsoBase.Instance
    MsoBase.MsoRecordType
    MsoBase.DataGetter
    MsoBase.Parent
    MsoBase.MaximumRecordSize
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.MsoDrawing
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    [MsoDrawing]
    public class MsofbtBSE : MsoBase, ICloneable, IBiffStorage, IDisposable

    Constructors

    MsofbtBSE(MsoBase)

    Creates new instance.

    Declaration
    public MsofbtBSE(MsoBase parent)
    Parameters
    Type Name Description
    MsoBase parent

    Parent object.

    MsofbtBSE(MsoBase, Byte[], Int32)

    Creates new instance.

    Declaration
    public MsofbtBSE(MsoBase parent, byte[] data, int iOffset)
    Parameters
    Type Name Description
    MsoBase parent

    Parent object.

    System.Byte[] data

    Base data.

    System.Int32 iOffset

    Offset index.

    Properties

    BlipName

    Declaration
    public string BlipName { get; set; }
    Property Value
    Type Description
    System.String

    BlipType

    Declaration
    public MsoBlipType BlipType { get; set; }
    Property Value
    Type Description
    MsoBlipType

    BlipUsage

    How this blip is used.

    Declaration
    public MsoBlipUsage BlipUsage { get; set; }
    Property Value
    Type Description
    MsoBlipUsage

    FileOffset

    File offset in the delay stream.

    Declaration
    public uint FileOffset { get; set; }
    Property Value
    Type Description
    System.UInt32

    Index

    Gets / sets index of the bse in the collection.

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    NameLength

    Length of the blip name.

    Declaration
    public byte NameLength { get; }
    Property Value
    Type Description
    System.Byte

    NeedDataArray

    Declaration
    public override bool NeedDataArray { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedDataArray

    PicturePath

    Gets / sets path to the picture zip item. Used in Excel 2007 format.

    Declaration
    public string PicturePath { get; set; }
    Property Value
    Type Description
    System.String

    PictureRecord

    Declaration
    public IPictureRecord PictureRecord { get; set; }
    Property Value
    Type Description
    IPictureRecord

    RefCount

    Reference count on the blip.

    Declaration
    public uint RefCount { get; set; }
    Property Value
    Type Description
    System.UInt32

    RequiredMac

    Required type on Mac.

    Declaration
    public byte RequiredMac { get; set; }
    Property Value
    Type Description
    System.Byte

    RequiredWin32

    Required type on Win32.

    Declaration
    public byte RequiredWin32 { get; set; }
    Property Value
    Type Description
    System.Byte

    SizeInStream

    Blip size in stream.

    Declaration
    public uint SizeInStream { get; set; }
    Property Value
    Type Description
    System.UInt32

    Unused1

    Declaration
    public byte Unused1 { get; }
    Property Value
    Type Description
    System.Byte

    Unused2

    Declaration
    public byte Unused2 { get; }
    Property Value
    Type Description
    System.Byte

    Methods

    ConvertToImageFormat(MsoBlipType)

    Declaration
    public static ImageFormat ConvertToImageFormat(MsoBlipType blipType)
    Parameters
    Type Name Description
    MsoBlipType blipType
    Returns
    Type Description
    Syncfusion.Drawing.ImageFormat

    Dispose()

    Dispose

    Declaration
    public void Dispose()

    OnDispose()

    Dispose

    Declaration
    protected override void OnDispose()
    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRawWithArray.OnDispose()

    ParseStructure(Stream)

    Declaration
    public override void ParseStructure(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream
    Overrides
    MsoBase.ParseStructure(Stream)

    Implements

    System.ICloneable
    IBiffStorage
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved