Table of Contents

Class WmfExtTextOut

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

Wmf ext text out

public class WmfExtTextOut : WmfPointObject
Inheritance
WmfExtTextOut
Derived
Inherited Members

Constructors

WmfExtTextOut()

public WmfExtTextOut()

Properties

Dx

Gets or sets the dx.

public short[] Dx { get; set; }

Property Value

short[]

The dx. Indicate the distance between origins of adjacent character cells. For example, Dx[i] logical units separate the origins of character cell i and character cell i + 1. If this field is present, there MUST be the same number of values as there are characters in the string.

ExtendedByte

Gets or sets the extended byte.

public byte ExtendedByte { get; set; }

Property Value

byte

The extended byte.

FwOpts

Gets or sets the fw opts.

public int FwOpts { get; set; }

Property Value

int

The options. This member can be a combination of one or more values.

Rectangle

Gets or sets the rectangle.

public Rectangle Rectangle { get; set; }

Property Value

Rectangle

The rectangle.

StringLength

Gets or sets the length of the string.

public int StringLength { get; set; }

Property Value

int

The length of the string.

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string

The text.