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 . |
List<RenderResult> |
getErrors()
Gets the list of loading errors.
|
boolean |
getIgnoreErrors()
Whether to ignore load errors.
|
InterruptionToken |
getInterruptionToken()
Token that can be used to interrupt export operation
|
boolean |
getRecoverMalformedCifMif()
Whether 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 |
setIgnoreErrors(boolean value)
Whether to ignore load errors.
|
void |
setInterruptionToken(InterruptionToken value)
Token that can be used to interrupt export operation
|
void |
setRecoverMalformedCifMif(boolean value)
Whether 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()
Whether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations
public final void setRecoverMalformedCifMif(boolean value)
Whether to recover non-escaped CIF (U+XXXX) and MIF (M+nXXXX) character notations
public final boolean getIgnoreErrors()
Whether to ignore load errors.
public final void setIgnoreErrors(boolean value)
Whether to ignore load errors.
public final List<RenderResult> getErrors()
Gets the list of loading errors.
public final InterruptionToken getInterruptionToken()
Token that can be used to interrupt export operation
public final void setInterruptionToken(InterruptionToken value)
Token that can be used to interrupt export operation