EmfExtTextOutA Class
Contents
[
Hide
]Summary: The EMR_EXTTEXTOUTA record draws an ASCII text string using the current font and text colors.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfExtTextOutA
Inheritance: EmfDrawingRecordType
Constructors
| Name | Description | 
|---|---|
| EmfExtTextOutA() | Initializes a new instance of the EmfExtTextOutA class. | 
| EmfExtTextOutA(source) | Initializes a new instance of the EmfExtTextOutA class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| a_emr_text | EmfText | r/w | Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 8-bit ASCII characters, text attributes, and spacing values.  | 
| bounds | Rectangle | r/w | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt.  | 
| ex_scale | float | r/w | 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.  | 
| ey_scale | float | r/w | 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.  | 
| graphics_mode | EmfGraphicsMode | r/w | Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16).  | 
| size | int | r/w | Gets or sets the size of the record | 
| type | EmfRecordType | r/w | Gets or sets the type. | 
Methods
| Name | Description | 
|---|---|
| create_from_record(source) | Initializes a new instance of the EmfRecord class. | 
| create_from_type(type) | Initializes a new instance of the EmfRecord class. | 
Constructor: EmfExtTextOutA()
 EmfExtTextOutA() 
Initializes a new instance of the EmfExtTextOutA class.
Constructor: EmfExtTextOutA(source)
 EmfExtTextOutA(source) 
Initializes a new instance of the EmfExtTextOutA class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| source | EmfRecord | The source. | 
Method: create_from_record(source) [static]
 create_from_record(source) 
Initializes a new instance of the EmfRecord class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| source | EmfRecord | The source. | 
Returns
| Type | Description | 
|---|---|
| EmfRecord | 
Method: create_from_type(type) [static]
 create_from_type(type) 
Initializes a new instance of the EmfRecord class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| type | EmfRecordType | The record type. | 
Returns
| Type | Description | 
|---|---|
| EmfRecord |