This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, May 10, 2006 1:26:26 AM(UTC)
Groups: Registered
Posts: 101
I am capturing image from TWAIN device in FILE mode.
To capture image, I am using L_TwainAcquire method.
This method needs pointer to BITMAPHANDLE structure as parameter.
I am not getting any definition of this structure in LTTWNDLLN.hlp file.
Please send me the definition. Its very urgent.
Thanks in advance.
#2
Posted
:
Wednesday, May 10, 2006 11:36:28 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
This structure is defined in the Main API help file "ltdlln.hlp".
#3
Posted
:
Thursday, May 11, 2006 5:17:15 AM(UTC)
Groups: Registered
Posts: 101
Hi Bashar,
Thanks for reply, but it is not what I want.
I am working on VB6, LT 14.
I want to acquire the image using TWAIN with FILE mode.
If I get the definition in VB i. e.
Private Type BITMAPHANDLE . . . .
END TYPE
format then it will be most helpful for me.
If not possible, please send me the definition in following format.
typedef struct BITMAPHANDLE
{
L_UNIT uStructSize;
.
.
.
etc.
}
Waiting for reply.
#4
Posted
:
Thursday, May 11, 2006 5:27:34 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If that's the case, then you can find it in L_OCXADD.BAS in the Include folder.
#5
Posted
:
Friday, May 19, 2006 5:12:14 AM(UTC)
Groups: Registered
Posts: 101
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.