Table of Contents

Class CdrText

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

The cdr text

public class CdrText : CdrDictionaryItem, IDisposable
Inheritance
CdrText
Implements
Inherited Members

Constructors

CdrText()

public CdrText()
See Also

Properties

CharDescriptors

Initializes a new instance of the CdrText class.

[Obsolete]
public byte[] CharDescriptors { get; set; }

Property Value

byte[]

The character descriptors.

See Also

StyleId

Gets or sets the style identifier.

[Obsolete]
public int StyleId { get; set; }

Property Value

int

The style identifier.

See Also

Styles

Adds the text box.

[Obsolete]
public CdrStyle[] Styles { get; set; }

Property Value

CdrStyle[]

The styles.

See Also

Text

Gets or sets the CDR text boxes.

[Obsolete]
public string Text { get; set; }

Property Value

string

The CDR text boxes.

See Also

See Also