public class LoadOptions extends Object
Represents the loading options.
| Constructor and Description |
|---|
LoadOptions() |
| Modifier and Type | Method and Description |
|---|---|
CustomFontFolderOptions |
getCustomFontFolderOptions()
Options to control behaviour of custom font folder.
|
String[] |
getCustomFontFolders()
Sets the custom font folders.
|
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
|
CodePages |
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
|
VectorizationOptions |
getVectorizationOptions()
Gets or sets the Vectorization options.
|
void |
setCustomFontFolderOptions(CustomFontFolderOptions value)
Options to control behaviour of custom font folder.
|
void |
setCustomFontFolders(String[] value)
Sets the custom font folders.
|
void |
setDataBackgroundColor(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(CodePages 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
|
void |
setVectorizationOptions(VectorizationOptions value)
Gets or sets the Vectorization options.
|
public final CustomFontFolderOptions getCustomFontFolderOptions()
Options to control behaviour of custom font folder.
public final void setCustomFontFolderOptions(CustomFontFolderOptions 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 CodePages getSpecifiedEncoding()
Gets or sets the specified encoding.
public void setSpecifiedEncoding(CodePages 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 Color getDataBackgroundColor()
Gets or sets the Image background Color.
public void setDataBackgroundColor(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 VectorizationOptions getVectorizationOptions()
Gets or sets the Vectorization options.
Value: The Vectorization options.public final void setVectorizationOptions(VectorizationOptions value)
Gets or sets the Vectorization options.
Value: The Vectorization options.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
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.