Customizing message

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Moderator: Alex

Post Reply
jsun
Posts: 5
Joined: Tue Sep 23, 2008 8:30 am

Customizing message

Post by jsun »

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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Customizing message

Post by Alex »

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
Post Reply