Hi,
When a document is scanning into my application, the scanning status window displays a message ("scanning into VintaSoftTwain.net..."). How can I customize this message?
Thanks,
Jimmy
Customizing message
Moderator: Alex
-
- Site Admin
- Posts: 2397
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Customizing message
Hello Jimmy,
The AppProductName property allows to set the name of application which uses the library.
This property can be used when you want to scan images without UI, but you want to use progress indicator. For example, HP's scanners show the following message in the progress indicator: "Scanning to VintasoftTwain...". Using this property you can change message in the progress indicator, for example, to the following: "Scanning to YourApplicationName...".
Best regards, Alexander
The AppProductName property allows to set the name of application which uses the library.
This property can be used when you want to scan images without UI, but you want to use progress indicator. For example, HP's scanners show the following message in the progress indicator: "Scanning to VintasoftTwain...". Using this property you can change message in the progress indicator, for example, to the following: "Scanning to YourApplicationName...".
Best regards, Alexander