Class CdrLoadOptions
- Namespace
- Aspose.Imaging.ImageLoadOptions
- Assembly
- Aspose.Imaging.dll
The Cdr load options
public class CdrLoadOptions : LoadOptions
- Inheritance
-
CdrLoadOptions
- Inherited Members
Constructors
CdrLoadOptions()
public CdrLoadOptions()
- See Also
Properties
DefaultFont
Gets or sets the default font.
public Font DefaultFont { get; set; }
Property Value
- Font
The default font.
- See Also
OptimalMemoryUsage
Gets or sets a value indicating whether [optimal memory usage].
public bool OptimalMemoryUsage { get; set; }
Property Value
- bool
true
if [optimal memory usage]; otherwise,false
.
- See Also