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 |
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 ImageFileType getFormat()
LoadOptionsInput document file type
getFormat in class LoadOptionspublic 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 instancepublic boolean getResetFontFolders()
public void setResetFontFolders(boolean resetFontFolders)
Copyright © 2026. All rights reserved.