Class CdrMcfg

Class CdrMcfg

Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The cdr configuration object

[JsonObject(MemberSerialization.OptIn)]
public class CdrMcfg : CdrObject, IDisposable

Inheritance

objectDisposableObjectCdrObjectCdrMcfg

Implements

IDisposable

Inherited Members

CdrObject.Parent, CdrObject.Document, DisposableObject.Dispose(), DisposableObject.ReleaseManagedResources(), DisposableObject.ReleaseUnmanagedResources(), DisposableObject.VerifyNotDisposed(), DisposableObject.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CdrMcfg()

public CdrMcfg()

Properties

Height

Gets or sets the height.

[JsonProperty]
public double Height { get; set; }

Property Value

double

Width

Gets or sets the width.

[JsonProperty]
public double Width { get; set; }

Property Value

double

See Also

CdrObjectContainer