ImageGear for Silverlight
ProductName Property
See Also  Send Feedback
ImageGear20.TWAIN Assembly > ImageGear.TWAIN Namespace > ImGearApplicationIdentity Class : ProductName Property




Glossary Item Box

Gets or sets the Product Name for the application identity.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A string value which represents the product name of the application.

Exceptions

ExceptionDescription
ImageGear.Core.ImGearException Thrown when attempting to set this property to a string with a length greater than 32 characters, or when attempting to set this property to a null, empty, or string of only whitespace.

Remarks

The default value is "ImageGear Application".

The ProductName property is used to identify an application name. This information is sent to the TWAIN Data Source Manager.

ProductName is the most common method for identifying TWAIN applications for Data Sources. Product names for applications are displayed by some Data Sources.

Valid values: a non-empty string with 32 or fewer characters.

See Also

©2013. Accusoft Corporation. All Rights Reserved.