DocumentImage.getPixels Method¶
Module: DocumentImage
Definition¶
Gets a pointer to the image pixels.
Warning
This method is unsafe! The user must handle the pixels pointer carefully.
public IntPtr GetPixels()
Returns
IntPtrPointer to the image pixels.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentImage_GetPixels (
ID3_DOCUMENT_IMAGE hDocumentImage,
void ** pixels)
Parameters
hDocumentImageID3_DOCUMENT_IMAGEin Handle to the DocumentImage object.pixelsvoid **out Pointer to the image pixels.
Returns