MemoryBitmap.Name Property
|
This property is used to get or set an optional name for the memory bitmap.
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 to assign a friendly name to the particular MemoryBitmap objects for easy identification.
See Also