EmfPlusSerializableObject 类

Summary: The EmfPlusSerializableObject record defines an image effects parameter block that has been
serialized into a data buffer.

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

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

Inheritance: EmfPlusObjectRecordType

Constructors

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

Properties

NameTypeAccess描述
缓冲区System.Byter/w获取或设置一个由 BufferSize 字节组成的数组,包含序列化的图像效果
参数块,对应于 ObjectGUID 字段中的 GUID。此数组必须是
图像效果对象之一(第 2.2.3 节)。
buffer_sizeintr/w获取或设置一个 32 位无符号整数,指定 32 位对齐的 Buffer 字段的字节大小。
data_sizeintr/w获取或设置一个 32 位无符号整数,必须定义后续 RecordData 字段中数据的 32 位对齐字节数。
此数字不包括 12 字节的记录头。
flagsintr/w获取或设置一个未使用的 16 位无符号整数。此字段应设置为零
并且在接收时必须被忽略。
image_effectEmfPlusImageEffectsObjectTyper/w获取或设置图像效果。
object_guidGuidPacketRepresentationr/w获取或设置 GUID 包表示值([MS-DTYP] 第 2.3.4.2 节)
用于图像效果。此值必须对应于 ImageEffects 标识符之一(第 2.1.3.1 节)。
sizeintr/w获取或设置一个 32 位无符号整数,指定整个记录中 32 位对齐的字节数
(包括 12 字节的记录头和特定于记录的数据)。
typeEmfPlusRecordTyper获取一个 16 位无符号整数,以标识记录类型。

Constructor: EmfPlusSerializableObject(source)

 EmfPlusSerializableObject(source) 

初始化 EmfPlusSerializableObject 类的新实例。

Parameters:

参数TypeDescription
sourceEmfPlusRecord来源。