GetTiffImage
Export the image as tiff into a given buffer.
Syntax
Definition:
METHOD GetTiffImage : HRESULT
VAR_INPUT
nTiffSize : Reference To ULINT;
pDestBuffer : PVOID;
END_VAR
Inputs
|
Name |
Type |
Description |
|---|---|---|
|
nTiffSize |
Reference To ULINT |
Maximum buffer size (in) and actual buffer size (out). |
|
pDestBuffer |
PVOID |
Pointer to the destination buffer. |
Return value