Use this property to get or set a name for the image file.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Remarks
You can use this property freely to assign a friendly name to ImageFile objects to make their identification easy.
The default value of this property is an empty string.
See Also