public final class ImageLoadOptions extends LoadOptions implements Serializable
Options for loading Image documents.
Constructor and Description |
---|
ImageLoadOptions()
Initializes new instance of
ImageLoadOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultFont()
Default font for Psd, Emf, Wmf document types.
|
ImageFileType |
getFormat()
Input document file type
|
IOcrConnector |
getOcrConnector() |
boolean |
isRecognitionEnabled() |
void |
setDefaultFont(String value)
Default font for Psd, Emf, Wmf document types.
|
void |
setOcrConnector(IOcrConnector ocrConnector)
Set image OCR connector
|
setFormat
equals, equals, hashCode, op_Equality, op_Inequality
public ImageLoadOptions()
Initializes new instance of ImageLoadOptions
class.
public final ImageFileType getFormat()
LoadOptions
Input document file type
getFormat
in class LoadOptions
public final String getDefaultFont()
Default font for Psd, Emf, Wmf document types. The following font will be used if a font is missing.
public final void setDefaultFont(String value)
Default font for Psd, Emf, Wmf document types. The following font will be used if a font is missing.
public boolean isRecognitionEnabled()
public IOcrConnector getOcrConnector()
public void setOcrConnector(IOcrConnector ocrConnector)
ocrConnector
- OCR connector instance