Class WmfExtTextOut
Class WmfExtTextOut
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.4.0)
Wmf ext text out
public class WmfExtTextOut : WmfPointObject
Inheritance
object ← MetaObject ← WmfObject ← WmfPointObject ← WmfExtTextOut
Derived
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
FwOpts
Gets or sets the fw opts.
public int FwOpts { get; set; }
Property Value
Rectangle
Gets or sets the rectangle.
public Rectangle Rectangle { get; set; }
Property Value
StringLength
Gets or sets the length of the string.
public int StringLength { get; set; }
Property Value
Text
Gets or sets the text.
public string Text { get; set; }