EmfPlusSerializableObject Class
Contents
[
Hide
]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 | Description |
---|---|
EmfPlusSerializableObject(source) | Initializes a new instance of the EmfPlusSerializableObject class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
buffer | byte | r/w | Gets or sets an array of BufferSize bytes that contain the serialized image effects parameter block that corresponds to the GUID in the ObjectGUID field. This MUST be one of the Image Effects objects (section 2.2.3). |
buffer_size | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the size in bytes of the 32-bitaligned Buffer field. |
data_size | int | r/w | Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header. |
flags | short | r/w | Gets or sets a 16-bit unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt. |
image_effect | EmfPlusImageEffectsObjectType | r/w | Gets or sets the image effect. |
object_guid | GuidPacketRepresentation | r/w | Gets or sets the GUID packet representation value ([MS-DTYP] section 2.3.4.2) for the image effect. This MUST correspond to one of the ImageEffects identifiers (section 2.1.3.1). |
size | int | r/w | Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. |
type | EmfPlusRecordType | r | Gets a 16-bit unsigned integer that identifies the record type. |
Constructor: EmfPlusSerializableObject(source)
EmfPlusSerializableObject(source)
Initializes a new instance of the EmfPlusSerializableObject class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfPlusRecord | The source. |