Class EmfRecord
Contents
[
Hide
]EmfRecord class
Base class for EMF records All EMF records MUST have a length that is a multiple of 4 bytes. This is depicted in the generic structures of the preceding EMF record types by including AlignmentPadding fields where appropriate at the ends of these structures. The contents of AlignmentPadding fields MUST always be ignored. For brevity, these fields are not shown in every individual EMF record definition.
public class EmfRecord : MetaObject
Constructors
Name | Description |
---|---|
EmfRecord() | Initializes a new instance of the EmfRecord class. |
EmfRecord(EmfRecord) | Initializes a new instance of the EmfRecord class. |
EmfRecord(EmfRecordType) | Initializes a new instance of the EmfRecord class. |
Properties
Name | Description |
---|---|
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also
- class MetaObject
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging