Class EmfPlusRecord
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The Emf+ base record type.
public class EmfPlusRecord : MetaObject
Inheritance
object ← MetaObject ← EmfPlusRecord
Derived
EmfPlusClippingRecordType, EmfPlusComment, EmfPlusControlRecordType, EmfPlusDrawingRecordType, EmfPlusObjectRecordType, EmfPlusPropertyRecordType, EmfPlusStateRecordType, EmfPlusTerminalServerRecordType, EmfPlusTransformRecordType
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfPlusRecord()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusRecord class.
public EmfPlusRecord()
EmfPlusRecord(EmfPlusRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.EmfPlus.Records.EmfPlusRecord class.
public EmfPlusRecord(EmfPlusRecord source)
Parameters
source
EmfPlusRecord
The source.
Properties
DataSize
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.
public virtual int DataSize { get; set; }
Property Value
Flags
Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record.
public virtual short Flags { get; set; }
Property Value
Size
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.
public virtual int Size { get; set; }
Property Value
Type
Gets a 16-bit unsigned integer that identifies the record type.
public EmfPlusRecordType Type { get; }