Converter.Extension 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
Syntaxpublic string Extension { get; }
Public ReadOnly Property Extension As String
Get
public:
property String^ Extension {
String^ 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