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

Properties

int Size

Methods

Load
Save
Copy
CopyTo
CopyBlob
Clone

bool Load(String filePath)


bool Save(String filePath)


void Copy(Array data)

Elements in the data array must have byte type.


void CopyTo(Array data)

Elements in the data array must have byte type and must have length equal to this.GetSize().


void CopyBlob(IBlob_DG blob)


IBlob_DG Clone()