public class CdrLoadOptions extends LoadOptions
The Cdr load options
LoadOptions| Constructor and Description |
|---|
CdrLoadOptions()
Initializes a new instance of the
CdrLoadOptions class. |
| Modifier and Type | Method and Description |
|---|---|
Font |
getDefaultFont()
Gets the default font.
|
boolean |
getOptimalMemoryUsage()
Gets a value indicating whether [optimal memory usage].
|
void |
setDefaultFont(Font value)
Sets the default font.
|
void |
setOptimalMemoryUsage(boolean value)
Sets a value indicating whether [optimal memory usage].
|
addCustomFontSource, getBufferSizeHint, getConcurrentImageProcessing, getDataBackgroundColor, getDataRecoveryMode, getIProgressEventHandler, getUseIccProfileConversion, setBufferSizeHint, setConcurrentImageProcessing, setDataBackgroundColor, setDataRecoveryMode, setIProgressEventHandler, setUseIccProfileConversionpublic CdrLoadOptions()
Initializes a new instance of the CdrLoadOptions class.
public final Font getDefaultFont()
Gets the default font.
public final void setDefaultFont(Font value)
Sets the default font.
value - the default font.public final boolean getOptimalMemoryUsage()
Gets a value indicating whether [optimal memory usage].
Value:true if [optimal memory usage]; otherwise, false.public final void setOptimalMemoryUsage(boolean value)
Sets a value indicating whether [optimal memory usage].
Value:true if [optimal memory usage]; otherwise, false.value - a value indicating whether [optimal memory usage].Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.