EmfEof Class
Contents
[
Hide
]Summary: The EMR_EOF record indicates the end of the metafile and specifies a palette.
Module: aspose.imaging.fileformats.emf.emf.records
Full Name: aspose.imaging.fileformats.emf.emf.records.EmfEof
Inheritance: EmfControlRecordType
Constructors
Name | Description |
---|---|
EmfEof() | Initializes a new instance of the EmfEof class. |
EmfEof(record) | Initializes a new instance of the EmfEof class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
palette_argb_32_entries | int | r/w | Gets or sets an optional buffer that contains palette data, which is not required to be contiguous with the fixed portion of the EMR_EOF record. Accordingly, fields in this buffer that are labeled “UndefinedSpace” are optional and MUST be ignored. The size of this field MUST be a multiple of 4 bytes |
size | int | r/w | Gets or sets the size of the record |
size_last | int | r/w | Gets or sets a 32-bit unsigned integer that MUST be the same as Size and MUST be the last field of the record and hence the metafile. LogPaletteEntry objects, if they exist, MUST precede this field. |
type | EmfRecordType | r/w | Gets or sets the type. |
Methods
Name | Description |
---|---|
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: EmfEof()
EmfEof()
Initializes a new instance of the EmfEof class.
Constructor: EmfEof(record)
EmfEof(record)
Initializes a new instance of the EmfEof class.
Parameters:
Parameter | Type | Description |
---|---|---|
record | EmfRecord | The record. |
Method: create_from_record(source) [static]
create_from_record(source)
Initializes a new instance of the EmfRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
Returns
Type | Description |
---|---|
EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
Initializes a new instance of the EmfRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
type | EmfRecordType | The record type. |
Returns
Type | Description |
---|---|
EmfRecord |