EmfPolyTextOutA Class

Summary: The EMR_POLYTEXTOUTA record draws one or more ASCII text strings using the current font and text colors.

Module: aspose.imaging.fileformats.emf.emf.records

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfPolyTextOutA

Inheritance: EmfDrawingRecordType

Aspose.Imaging Version: 24.5.0

Constructors

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

Properties

NameTypeAccessDescription
a_emr_textEmfText[]r/wGets or sets an array of EmrText objects (section 2.2.5) that specify the output
strings in 8-bit ASCII characters, with text attributes, and spacing values. The number of
EmrText objects is specified by cStrings.
boundsRectangler/wGets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the
bounding rectangle in device units.
ex_scalefloatr/wGets or sets a 32-bit floating-point value that specifies the X scale from page units to
.01mm units if graphics mode is GM_COMPATIBLE.
ey_scalefloatr/wGets or sets a 32-bit floating-point value that specifies the Y scale from page units to
.01mm units if graphics mode is GM_COMPATIBLE.
graphics_modeEmfGraphicsModer/wGets or sets a 32-bit unsigned integer that specifies the current 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.

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: EmfPolyTextOutA()

 EmfPolyTextOutA() 

Initializes a new instance of the EmfPolyTextOutA class.

Constructor: EmfPolyTextOutA(source)

 EmfPolyTextOutA(source) 

Initializes a new instance of the EmfPolyTextOutA 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