EmfCommentEmfPlus 类

Summary: The EMR_COMMENT_EMFPLUS record contains embedded EMF+ records.
Note Fields that are not described in this section are specified in section 2.3.3.

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

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

Inheritance: EmfCommentRecordType

Constructors

Name描述
EmfCommentEmfPlus(source)初始化 EmfCommentEmfPlus 类的新实例。

Properties

NameTypeAccess描述
comment_identifierEmfCommentRecordType+CommentIdentifierEnumr/w获取或设置一个 32 位无符号整数,用于标识此注释记录
包含 EMF+ 记录。值 0x2B464D45,即 ASCII 字符串 “+FME”,
将其标识为 EMR_COMMENT_EMFPLUS 记录。
data_sizeintr/w获取或设置一个 32 位无符号整数,指定
CommentIdentifier 和 CommentRecordParm 字段在随后 RecordBuffer 字段中的大小(以字节为单位)。它不得包括自身的大小或 AlignmentPadding 字段的大小(如果存在)。
emf_plus_recordsEmfPlusRecord[]r/w获取或设置一个字节数组,包含一个或多个 EMF+ 记录([MS-EMFPLUS] 第 2.3.1 节)。
sizeintr/w获取或设置记录的大小
typeEmfRecordTyper/w获取或设置类型。

Methods

Name描述
create_from_record(source)初始化 EmfRecord 类的新实例。
create_from_type(type)初始化 EmfRecord 类的新实例。

Constructor: EmfCommentEmfPlus(source)

 EmfCommentEmfPlus(source) 

初始化 EmfCommentEmfPlus 类的新实例。

Parameters:

参数TypeDescription
sourceEmfRecord来源。

Method: create_from_record(source) [static]

 create_from_record(source) 

初始化 EmfRecord 类的新实例。

Parameters:

参数TypeDescription
sourceEmfRecord来源。

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

初始化 EmfRecord 类的新实例。

Parameters:

参数TypeDescription
typeEmfRecordType记录类型。

Returns

TypeDescription
EmfRecord