EmfExtEscape Class

Summary: The EMR_EXTESCAPE record passes arbitrary information to a printer driver. The intent is that the
information will not result in drawing being done.

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

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

Inheritance: EmfEscapeRecordType

Aspose.Imaging Version: 24.5.0

Constructors

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

Properties

NameTypeAccessDescription
cj_inintr/wGets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.
databyter/wGets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.
escapeWmfMetafileEscapesr/wGets or sets a 32-bit unsigned integer that specifies the printer driver escape to
execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17).
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: EmfExtEscape(source)

 EmfExtEscape(source) 

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