EmfExtTextOutW Class

Summary: The EMR_EXTTEXTOUTW 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.EmfExtTextOutW

Inheritance: EmfDrawingRecordType

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfExtTextOutW()Initializes a new instance of the EmfExtTextOutW class.
EmfExtTextOutW(source)Initializes a new instance of the EmfExtTextOutW class.

Properties

NameTypeAccessDescription
boundsRectangler/wGets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and
MUST be ignored on receipt.
ex_scalefloatr/wGets 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_scalefloatr/wGets 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_modeEmfGraphicsModer/wGets or sets a 32-bit unsigned integer that specifies the graphics mode from the
GraphicsMode enumeration (section 2.1.16).
sizeintr/wGets or sets the size of the record
typeEmfRecordTyper/wGets or sets the type.
w_emr_textEmfTextr/wGets 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.

Methods

NameDescription
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: EmfExtTextOutW()

 EmfExtTextOutW() 

Initializes a new instance of the EmfExtTextOutW class.

Constructor: EmfExtTextOutW(source)

 EmfExtTextOutW(source) 

Initializes a new instance of the EmfExtTextOutW class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

Method: create_from_record(source) [static]

 create_from_record(source) 

Initializes a new instance of the EmfRecord class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

Initializes a new instance of the EmfRecord class.

Parameters:

ParameterTypeDescription
typeEmfRecordTypeThe record type.

Returns

TypeDescription
EmfRecord