This property returns the unique, identifying name of the converter.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
Property Value
Type:
String
Remarks
Converter names are case sensitive. List of delivery ("factory") Text Converters:
Value
|
Display name
|
---|
converters.text.Html32
|
HTML 3.2
|
converters.text.Html40
|
HTML 4.0
|
converters.text.InfoPath
|
InfoPath
|
converters.text.Excel2000
|
Microsoft Excel XP, 2003
|
converters.text.PowerPoint97
|
Microsoft PowerPoint 97
|
converters.text.Publisher98
|
Microsoft Publisher 98
|
converters.text.PDF
|
PDF
|
converters.text.PDFEdited
|
PDF - Edited
|
converters.text.PDFImageOnText
|
PDF with image on text
|
converters.text.PDFImageSubst
|
PDF with image substitutes
|
converters.text.RTF2000
|
RTF Word 2000
|
converters.text.Text
|
Text
|
converters.text.Csv
|
Text - Comma Separated
|
converters.text.TextWithLinebreaks
|
Text with line breaks
|
converters.text.UText
|
Unicode Text
|
converters.text.UCsv
|
Unicode Text - Comma Separated
|
converters.text.UFormattedTxt
|
Unicode Text - Formatted
|
converters.text.UTextWithLinebreaks
|
Unicode Text with line breaks
|
converters.text.WordPad
|
WordPad
|
converters.text.WordPerfect10
|
WordPerfect 9, 10
|
converters.text.XML
|
XML
|
converters.text.XPS
|
XPS
|
converters.text.XPSSearchable
|
XPS Searchable Image
|
converters.text.DocX
|
Microsoft Word 2007
|
converters.text.XlsX
|
Microsoft Excel 2007
|
converters.text.PptX
|
Microsoft PowerPoint 2007
|
List of "Factory" Image Converters:
Value
|
Display name
|
Multi-page support
|
---|
converters.image.BMP
|
BMP - Windows Bitmap
|
No
|
converters.image.GIF
|
GIF - CompuServe Bitmap
|
No
|
converters.image.JPEG
|
JPG - JPEG Bitmap
|
No
|
converters.image.MAX
|
MAX - MAX Image
|
Yes
|
converters.image.PCX
|
PCX - PaintBrush
|
No
|
converters.image.PNG
|
PNG - Portable Network Graphics
|
No
|
converters.image.TIFF
|
TIF - TIFF Tag Image File Format
|
Yes
|
converters.image.XPSIMG
|
XPS - XPS Image
|
Yes
|
List of "Factory" Form Converters:
Value
|
Display name
|
---|
converters.form.csv
|
Text - Comma Separated
|
See Also