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 |
getResetFontFolders()
Reset font folders before loading document
|
boolean |
isRecognitionEnabled() |
void |
setDefaultFont(String value)
Default font for Psd, Emf, Wmf document types.
|
void |
setOcrConnector(IOcrConnector ocrConnector)
Set image OCR connector
|
void |
setResetFontFolders(boolean resetFontFolders) |
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 getResetFontFolders()
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 instancepublic void setResetFontFolders(boolean resetFontFolders)
Copyright © 2025. All rights reserved.