Description Loads the n-th image from the DCX file into a bitmap. Does all low level calls internally in the DLL.
Syntax lRet = [BIImgFrm.]LoadDCXIntoBitmap FileName Item Error
Remarks lRet LONGLONG Return the number of pages in the DCX file.
FileName STRING Name of the DCX file.
Item Long The nth image, or page number, for multi page images. Numbering is zero based, for example: Page 2 would be referenced as ‘1’n'th image in the file to be loaded.
Error short* Error code.
Note: This method does not free the Bitmap. Call the DropBitmap method to free up the Bitmap