EmfPlusComment 类

Summary: The EmfPlusComment record specifies arbitrary private data.

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

Full Name: aspose.imaging.fileformats.emf.emfplus.records.EmfPlusComment

Inheritance: EmfPlusRecord

Constructors

Name描述
EmfPlusComment(source)初始化一个新的 EmfPlusComment 类的实例。

Properties

NameTypeAccess描述
data_sizeintr/w获取或设置一个 32 位无符号整数,必须定义后续 RecordData 字段中数据的 32 位对齐字节数。
此数字不包括 12 字节的记录头。
flagsintr/w获取或设置一个未使用的 16 位无符号整数。此字段应设置为零
并且在接收时必须被忽略。
private_dataSystem.Byter/w获取或设置一个长度为 DataSize 的私有数据字节数组。
随后记录特定数据的字节。
sizeintr/w获取或设置一个 32 位无符号整数,指定整个记录中 32 位对齐的字节数
(包括 12 字节的记录头和特定于记录的数据)。
typeEmfPlusRecordTyper获取一个 16 位无符号整数,以标识记录类型。

Constructor: EmfPlusComment(source)

 EmfPlusComment(source) 

初始化一个新的 EmfPlusComment 类的实例。

Parameters:

参数TypeDescription
sourceEmfPlusRecord来源。