DGKC Control Documentation


Skip Navigation Links.
Skip Navigation LinksHome Page > API Reference > General Computing > IBlob_DG Go to ActiveX docs Search Documentation


IBlob_DG Interface

Represents a buffer of any data (byte array)

Properties

int Size

Methods

Load
Save
Copy
GetData
CopyBlob
Clone
IsSame
Get
Set

bool Load(String filePath)


bool Save(String filePath)


void Copy(Array data)

Elements in the data array must have byte type.


byte[] GetData()


void CopyBlob(IBlob_DG blob)


IBlob_DG Clone()


bool IsSame(IBlob_DG blob)


byte Get(int indexByte)


void Set(int indexByte, byte val)