Class WorkbookShapeDataImpl.BlipParams
Contains information about different properties of image.
Inheritance
System.Object
WorkbookShapeDataImpl.BlipParams
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.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 |
---|
System.Int32 |
ReqMac
ReqMac property value.
Declaration
public byte ReqMac
Field Value
Type |
---|
System.Byte |
ReqWin32
ReqWin32 property value.
Declaration
public byte ReqWin32
Field Value
Type |
---|
System.Byte |
SubRecordType
SubRecordType property value.
Declaration
public int SubRecordType
Field Value
Type |
---|
System.Int32 |