Class CdrArtisticText
Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The cdr Artistic text
[JsonObject(MemberSerialization.OptIn)]
public class CdrArtisticText : CdrGraphicObject, IDisposable
Inheritance
object ← DisposableObject ← CdrObject ← CdrGraphicObject ← CdrArtisticText
Implements
Inherited Members
CdrGraphicObject.Width, CdrGraphicObject.Height, CdrGraphicObject.BoundsInPixels, CdrGraphicObject.ClipId, CdrObject.Parent, CdrObject.Document, DisposableObject.Dispose(), DisposableObject.ReleaseManagedResources(), DisposableObject.ReleaseUnmanagedResources(), DisposableObject.VerifyNotDisposed(), DisposableObject.Disposed, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CdrArtisticText()
public CdrArtisticText()
Properties
Origin
Gets or sets the origin.
[JsonProperty]
public PointD Origin { get; set; }
Property Value
TextIndex
Gets or sets the index of the text.
[JsonProperty]
public int TextIndex { get; set; }