Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, February 27, 2007 5:56:07 AM(UTC)

wizdave  
wizdave

Groups: Registered
Posts: 4


I am working on a scanning application in VB .NET using the LEADTOOLS Raster Imaging Pro .NET toolkit v15. I need to find the TWAIN capability values for the following panasonic scanner features:
-Automatic Crop
-Length Control
-Maximum paper size

Does anyone know where I could find these specific TWAIN capabilities (if they are supported through TWAIN)?

I also need some help creating and selecting custom sizes using LEADTOOLS' TWAIN toolkit. Example: I want to scan a paper size of 8.5 in by 23.5 in without requiring the user to make changes manually in the manufacturer's TWAIN dialog.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, March 1, 2007 1:06:47 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

Hello,

Are these standard or custom capabilities?
There is a standard capability called ICAP_AUTOMATICBORDERDETECTION. Is this related to Automatic Crop?
Also, is the paper size related to ICAP_SUPPORTEDSIZES?

It seems you already have the Twain specification document, but in case you don't have it, you can get it from http://www.twain.org/ by using the following URL:
http://www.twain.org/docs/TWAIN2d.pdf

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
#3 Posted : Thursday, March 1, 2007 7:25:56 AM(UTC)

wizdave  
wizdave

Groups: Registered
Posts: 4


I have found out that these capabilities are standard capabilities: Panasonic's Automatic Crop feature is the same as TwainCapabilityType.ImageAutomaticBorderDetection. I think the length control capability is the same as TwainCapabilityType.ImageUndefinedImageSize.

I have also found out that I can retrieve the maximum paper size using TwainCapabilityType.ImagePhysicalWidth and TwainCapabilityType.ImagePhysicalHeight, and have looked at using the supported sizes capability but that just returns the selected size from a list of fixed sizes.

How can I set the paper size that I want to scan to a custom height and width?
 
#4 Posted : Monday, March 5, 2007 5:00:11 AM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

Hello,

If your scanner supports it, you can use ICAP_FRAMES (TwainCapabilityType.ImageFrames).

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
#5 Posted : Tuesday, March 20, 2007 5:26:02 AM(UTC)

geetha  
geetha

Groups: Registered
Posts: 1


Hello,

Is ICAP_FRAME the only way to set the paper size to a custom height and width? I find the ICAP_FRAMES is not supported. Is there any other alternative that I can look for?

Thanks,
Geetha
IWC Solutions
 
#6 Posted : Wednesday, March 21, 2007 11:08:56 PM(UTC)
Maen Hasan

Groups: Registered, Tech Support
Posts: 1,326

Was thanked: 1 time(s) in 1 post(s)

Hello,

Yes, there is another way:
- Call the GetProperties method.
- Set the following properties:
LeftMargin property, RightMargin property, TopMargin property, BottomMargin property
- Call the SetProperties method.

For more information, please read the LEADTOOLS Twain documentation.

Thanks,
Maen Badwan
LEADTOOLS Technical Support
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.112 seconds.