Class CdrLoadOptions

Class CdrLoadOptions

Namespace: Aspose.Imaging.ImageLoadOptions
Assembly: Aspose.Imaging.dll (25.2.0)

The Cdr load options

[JsonObject(MemberSerialization.OptIn)]
public class CdrLoadOptions : LoadOptions

Inheritance

objectLoadOptionsCdrLoadOptions

Inherited Members

LoadOptions.AddCustomFontSource(CustomFontSource, params object[]), LoadOptions.DataRecoveryMode, LoadOptions.DataBackgroundColor, LoadOptions.UseIccProfileConversion, LoadOptions.BufferSizeHint, LoadOptions.ProgressEventHandler, LoadOptions.ConcurrentImageProcessing, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CdrLoadOptions()

[JsonConstructor]
public CdrLoadOptions()

Properties

DefaultFont

Gets or sets the default font.

[JsonProperty]
public Font DefaultFont { get; set; }

Property Value

Font

OptimalMemoryUsage

Gets or sets a value indicating whether [optimal memory usage].

[JsonProperty]
public bool OptimalMemoryUsage { get; set; }

Property Value

bool

See Also

LoadOptions