Class CdrArtisticText

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

objectDisposableObjectCdrObjectCdrGraphicObjectCdrArtisticText

Implements

IDisposable

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

PointD

TextIndex

Gets or sets the index of the text.

[JsonProperty]
public int TextIndex { get; set; }

Property Value

int

See Also

CdrObjectContainer