Engine.ProductName Property
|
This property returns the name of the current product.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string ProductName { get; set; }
Public Property ProductName As String
Get
Set
public:
property String^ ProductName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also