Class CdrArtisticText
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr Artistic text
public class CdrArtisticText : CdrGraphicObject, IDisposable
- Inheritance
-
CdrArtisticText
- Implements
- Inherited Members
Constructors
CdrArtisticText()
public CdrArtisticText()
- See Also
Properties
Origin
Gets or sets the origin.
public PointD Origin { get; set; }
Property Value
- PointD
The origin.
- See Also
TextIndex
Gets or sets the index of the text.
public int TextIndex { get; set; }
Property Value
- int
The index of the text.
- See Also