Accusoft.TwainPro9.Net
ProductName Property




Gets or sets the Product Name for the application identity.
Syntax
'Declaration
 
<DescriptionAttribute("Gets or sets the Product Name string for the application identity.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property ProductName As String
'Usage
 
Dim instance As ApplicationIdentity
Dim value As String
 
instance.ProductName = value
 
value = instance.ProductName
[DescriptionAttribute("Gets or sets the Product Name string for the application identity.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string ProductName {get; set;}
[DescriptionAttribute("Gets or sets the Product Name string for the application identity.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public: __property string* get_ProductName();
public: __property void set_ProductName( 
   string* value
);
[DescriptionAttribute("Gets or sets the Product Name string for the application identity.")]
[DefaultValueAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public:
property String^ ProductName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the product name.
Remarks

The default value is "Product Name".

The ProductName property is used to identify an application name. This information is sent to the TWAIN Data Source Manager. The application identity consists of the Manufacturer, ProductFamily, ProductName and VersionInfo properties.

This property should be set prior to invoking the TwainDevice.OpenSession or TwainDevice.StartSession methods.

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

See Also

Reference

ApplicationIdentity Class
ApplicationIdentity Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback