Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
A string value which represents the product name of the application.Exception | Description |
---|---|
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. |
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.