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.
|
protected List<Object> |
getEqualityComponents()
Gets equality components.
|
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
|
setFormatequals, equals, hashCode, op_Equality, op_Inequalitypublic ImageLoadOptions()
Initializes new instance of ImageLoadOptions class.
public final String getDefaultFont()
Default font for Psd, Emf, Wmf document types. The following font will be used if a font is missing.
protected List<Object> getEqualityComponents()
ValueObjectGets equality components.
getEqualityComponents in class ValueObjectpublic final ImageFileType getFormat()
LoadOptionsInput document file type
getFormat in class LoadOptionspublic IOcrConnector getOcrConnector()
public boolean isRecognitionEnabled()
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 void setOcrConnector(IOcrConnector ocrConnector)
ocrConnector - OCR connector instanceCopyright © 2024. All rights reserved.