DocumentImage.data Property¶
Module: DocumentImage
Type: byte[]
Definition¶
Raw data buffer of the image.
data: bytearray
Exceptions
An error has occurred during Document Library execution.
int get data => getData();
Exceptions
An error has occurred during Document Library execution.
public byte[] data
{
get => Getdata();
}
Exceptions
An error has occurred during Document Library execution.
public byte[] getData() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var data: UInt8
get {
return try! getData()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentImage_GetData (ID3_DOCUMENT_IMAGE hDocumentImage, unsigned char * data, int * dataSize)
Returns