Accusoft.TwainPro9.Net
Manufacturer Property




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

Property Value

A string value which represents the application identity.
Remarks

The default value is an empty string "".

The Manufacturer property is used to identify a company name as manufacturer of an application. 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback