Click or drag to resize

ImageFileName Property

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
Syntax
public string Name { get; set; }

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