Table of Contents

Class CdrMcfg

Namespace
Aspose.Imaging.FileFormats.Cdr.Objects
Assembly
Aspose.Imaging.dll

The cdr configuration object

public class CdrMcfg : CdrObject, IDisposable
Inheritance
CdrMcfg
Implements
Inherited Members

Constructors

CdrMcfg()

public CdrMcfg()
See Also

Properties

Height

Gets or sets the height.

public double Height { get; set; }

Property Value

double

The height.

See Also

Width

Gets or sets the width.

public double Width { get; set; }

Property Value

double

The width.

See Also

See Also