Table of Contents

Class CdrTextCollection

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

The Cdr text collection

public class CdrTextCollection
Inheritance
CdrTextCollection
Inherited Members

Constructors

CdrTextCollection()

public CdrTextCollection()

Methods

Add(int, CdrText)

Adds the text.

[Obsolete]
public void Add(int key, CdrText cdrText)

Parameters

key int

Key of the text.

cdrText CdrText

The CDR text.

GetText(int)

Gets the text.

[Obsolete]
public CdrText[] GetText(int key)

Parameters

key int

Key of the text

Returns

CdrText[]

The cdr text instance