TWAIN ActiveX Control, Plug-in, Scanner SDK, Component, HTTP Control/SDK

Dynamsoft TWAIN Products

Support Community for TWAIN Control/Component/SDK for Scanning Solutions
* Login   * Register
* FAQ    * Search

It is currently Sun May 20, 2012 2:11 pm




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Do you support 48 bits image transfer?
PostPosted: Fri Jul 08, 2005 12:46 am 
Offline

Joined: Fri Jul 08, 2005 12:40 am
Posts: 1
Hello,

We would like to get 48 bits data from Canon scanners. Do you support 48 bits image transfer ?

Thanks in advance.

SOYA


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 08, 2005 2:44 am 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
Hi SOYA,

The File Transfer Mode of Dynamic TWAIN supports 48 bits image transfer.

The following is an example about how to set the TWAIN to File Transfer Mode:

Code:
Twain.OpenSource
Twain.TransferMode = TWSX_FILE
   
If (Twain.TransferMode = TWSX_FILE) Then
       
    If (Twain.SetFileXFERInfo("c:\Twain.bmp", TWFF_BMP) = True) Then
       Twain.IfShowUI = FALSE      
       Twain.EnableSource
    End If
       
End If


Also, please refer to the BitDepth property and PixelType Property in our documentation for how to set the image type to 48 bits.

Thanks.

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

It is currently Sun May 20, 2012 2:11 pm


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

Copyright © 2010 Dynamsoft Corporation. All Rights Reserved. | Knowledge Base | Source Control Blog