CdrLoadOptions
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.LoadOptions
public class CdrLoadOptions extends LoadOptions
The Cdr load options
Constructors
Constructor | Description |
---|---|
CdrLoadOptions() | Initializes a new instance of the CdrLoadOptions class. |
Methods
Method | Description |
---|---|
getDefaultFont() | Gets the default font. |
setDefaultFont(Font value) | Sets the default font. |
getOptimalMemoryUsage() | Gets a value indicating whether [optimal memory usage]. |
setOptimalMemoryUsage(boolean value) | Sets a value indicating whether [optimal memory usage]. |
CdrLoadOptions()
public CdrLoadOptions()
Initializes a new instance of the CdrLoadOptions class.
getDefaultFont()
public final Font getDefaultFont()
Gets the default font.
Returns: Font - the default font.
setDefaultFont(Font value)
public final void setDefaultFont(Font value)
Sets the default font.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Font | the default font. |
getOptimalMemoryUsage()
public final boolean getOptimalMemoryUsage()
Gets a value indicating whether [optimal memory usage].
Value: true
if [optimal memory usage]; otherwise, false
.
Returns: boolean - a value indicating whether [optimal memory usage].
setOptimalMemoryUsage(boolean value)
public final void setOptimalMemoryUsage(boolean value)
Sets a value indicating whether [optimal memory usage].
Value: true
if [optimal memory usage]; otherwise, false
.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | a value indicating whether [optimal memory usage]. |