Class EmfExtTextOutW
Contents
[
Hide
]EmfExtTextOutW class
The EMR_EXTTEXTOUTW record draws an ASCII text string using the current font and text colors.
public sealed class EmfExtTextOutW : EmfDrawingRecordType
Constructors
Name | Description |
---|---|
EmfExtTextOutW() | Initializes a new instance of the EmfExtTextOutW class. |
EmfExtTextOutW(EmfRecord) | Initializes a new instance of the EmfExtTextOutW class. |
Properties
Name | Description |
---|---|
Bounds { get; set; } | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt. |
ExScale { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. |
EyScale { get; set; } | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE. |
IGraphicsMode { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16). |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
WEmrText { get; set; } | Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values. |
See Also
- class EmfDrawingRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging