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.
|
void |
setDefaultFont(String value)
Default font for Psd, Emf, Wmf document types.
|
void |
setFormat(ImageFileType value)
Input document file type.
|
equals, equals, hashCode, op_Equality, op_Inequality
public ImageLoadOptions()
Initializes new instance of ImageLoadOptions
class.
public final ImageFileType getFormat()
Input document file type.
public final void setFormat(ImageFileType value)
Input document file type.
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.