public class LoadOptions extends Object
Represents the loading options.
| Constructor and Description |
|---|
LoadOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCustomFontFolderOptions()
Options to control behaviour of custom font folder.
|
String[] |
getCustomFontFolders()
Sets the custom font folders.
|
com.aspose.cad.Color |
getDataBackgroundColor()
Gets or sets the
Image background Color. |
boolean |
getRecoverMalformedCifMif()
Wether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations
|
int |
getSpecifiedEncoding()
Gets or sets the specified encoding.
|
int |
getSpecifiedMifEncoding()
Gets or sets encoding for MIF characters
|
boolean |
getUnloadOnDispose()
Whether to unload all data and free memory when Dispose is called
|
void |
setCustomFontFolderOptions(int value)
Options to control behaviour of custom font folder.
|
void |
setCustomFontFolders(String[] value)
Sets the custom font folders.
|
void |
setDataBackgroundColor(com.aspose.cad.Color value)
Gets or sets the
Image background Color. |
void |
setRecoverMalformedCifMif(boolean value)
Wether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations
|
void |
setSpecifiedEncoding(int value)
Gets or sets the specified encoding.
|
void |
setSpecifiedMifEncoding(int value)
Gets or sets encoding for MIF characters
|
void |
setUnloadOnDispose(boolean value)
Whether to unload all data and free memory when Dispose is called
|
public final int getCustomFontFolderOptions()
Options to control behaviour of custom font folder.
public final void setCustomFontFolderOptions(int value)
Options to control behaviour of custom font folder.
public final String[] getCustomFontFolders()
Sets the custom font folders. Pass null to reset to default folders.
public final void setCustomFontFolders(String[] value)
Sets the custom font folders. Pass null to reset to default folders.
public int getSpecifiedEncoding()
Gets or sets the specified encoding.
public void setSpecifiedEncoding(int value)
Gets or sets the specified encoding.
value - The specified encoding.public final int getSpecifiedMifEncoding()
Gets or sets encoding for MIF characters
public final void setSpecifiedMifEncoding(int value)
Gets or sets encoding for MIF characters
value - Specified MIF character encodingpublic com.aspose.cad.Color getDataBackgroundColor()
Gets or sets the Image background Color.
public void setDataBackgroundColor(com.aspose.cad.Color value)
Gets or sets the Image background Color.
value - The background color.
public final boolean getUnloadOnDispose()
Whether to unload all data and free memory when Dispose is called
public final void setUnloadOnDispose(boolean value)
Whether to unload all data and free memory when Dispose is called
public final boolean getRecoverMalformedCifMif()
Wether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations
public final void setRecoverMalformedCifMif(boolean value)
Wether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.