public class LoadOptions extends Object
Represents the loading options.
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
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 |
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 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