Class WmfEscapeEnhancedMetafile

Class WmfEscapeEnhancedMetafile

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords
Assembly: Aspose.Imaging.dll (25.2.0)

The Escape Enhanced Meta file record.

public class WmfEscapeEnhancedMetafile : WmfEscapeRecordBase

Inheritance

objectMetaObjectWmfObjectWmfEscapeRecordBaseWmfEscapeEnhancedMetafile

Inherited Members

WmfEscapeRecordBase.ByteCount, WmfEscapeRecordBase.Data, WmfEscapeRecordBase.Checked, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfEscapeEnhancedMetafile()

public WmfEscapeEnhancedMetafile()

Properties

Checksum

Gets or sets the checksum.

public int Checksum { get; set; }

Property Value

int

CommentIdentifier

Gets or sets the comment identifier.

public int CommentIdentifier { get; set; }

Property Value

int

CommentRecordCount

Gets or sets the comment record count.

public int CommentRecordCount { get; set; }

Property Value

int

CommentType

Gets or sets the type of the comment.

public int CommentType { get; set; }

Property Value

int

CurrentRecordSize

Gets or sets the size of the current record.

public int CurrentRecordSize { get; set; }

Property Value

int

EnhancedMetafileData

Gets or sets the enhanced metafile data.

public byte[] EnhancedMetafileData { get; set; }

Property Value

byte[]

EnhancedMetafileDataSize

Gets or sets the size of the enhanced metafile data.

public int EnhancedMetafileDataSize { get; set; }

Property Value

int

Flags

Gets or sets the flags.

public int Flags { get; set; }

Property Value

int

RemainingBytes

Gets or sets the remaining bytes.

public int RemainingBytes { get; set; }

Property Value

int

Version

Gets or sets the version.

public int Version { get; set; }

Property Value

int