Accusoft.TwainPro9.Net
ProductFamily Property




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

Property Value

A string value which represents the product family application identity.
Remarks

The default value is an empty string "".

This property is used to identify a software group that the application belongs to. 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.

See Also

Reference

ApplicationIdentity Class
ApplicationIdentity Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback