ASP.NET Core

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

    Show / Hide Table of Contents

    Class WorkbookShapeDataImpl.BlipParams

    Contains information about different properties of image.

    Inheritance
    System.Object
    WorkbookShapeDataImpl.BlipParams
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    protected class BlipParams : Object

    Constructors

    BlipParams(Int32, Byte, Byte, Int32)

    Declaration
    public BlipParams(int inst, byte mac, byte win32, int subrec)
    Parameters
    Type Name Description
    System.Int32 inst
    System.Byte mac
    System.Byte win32
    System.Int32 subrec

    Fields

    Instance

    Instance property value.

    Declaration
    public int Instance
    Field Value
    Type Description
    System.Int32

    ReqMac

    ReqMac property value.

    Declaration
    public byte ReqMac
    Field Value
    Type Description
    System.Byte

    ReqWin32

    ReqWin32 property value.

    Declaration
    public byte ReqWin32
    Field Value
    Type Description
    System.Byte

    SubRecordType

    SubRecordType property value.

    Declaration
    public int SubRecordType
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved