Class CdrTextCollection
Class CdrTextCollection
Namespace: Aspose.Imaging.FileFormats.Cdr.Types
Assembly: Aspose.Imaging.dll (25.2.0)
The Cdr text collection
[JsonObject(MemberSerialization.OptIn)]
public class CdrTextCollection
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
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