Class WmfExtTextOut

Class WmfExtTextOut

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

Wmf ext text out

public class WmfExtTextOut : WmfPointObject

Inheritance

objectMetaObjectWmfObjectWmfPointObjectWmfExtTextOut

Derived

WmfTextOut

Inherited Members

WmfPointObject.Point, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfExtTextOut()

public WmfExtTextOut()

Properties

Dx

Gets or sets the dx.

public short[] Dx { get; set; }

Property Value

short[]

ExtendedByte

Gets or sets the extended byte.

public byte ExtendedByte { get; set; }

Property Value

byte

FwOpts

Gets or sets the fw opts.

public int FwOpts { get; set; }

Property Value

int

Rectangle

Gets or sets the rectangle.

public Rectangle Rectangle { get; set; }

Property Value

Rectangle

StringLength

Gets or sets the length of the string.

public int StringLength { get; set; }

Property Value

int

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string