Click or drag to resize

ConverterExtension Property

This property returns the associated extension which should be used when creating an output file with the particular converter.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public string Extension { get; }

Property Value

Type: String
Remarks
The returned extension does not contain the dot (.) character; e.g. it returns "doc" for the Microsoft Word converter.
See Also