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
object ← MetaObject ← WmfObject ← WmfEscapeRecordBase ← WmfEscapeEnhancedMetafile
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
CommentIdentifier
Gets or sets the comment identifier.
public int CommentIdentifier { get; set; }
Property Value
CommentRecordCount
Gets or sets the comment record count.
public int CommentRecordCount { get; set; }
Property Value
CommentType
Gets or sets the type of the comment.
public int CommentType { get; set; }
Property Value
CurrentRecordSize
Gets or sets the size of the current record.
public int CurrentRecordSize { get; set; }
Property Value
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
Flags
Gets or sets the flags.
public int Flags { get; set; }
Property Value
RemainingBytes
Gets or sets the remaining bytes.
public int RemainingBytes { get; set; }
Property Value
Version
Gets or sets the version.
public int Version { get; set; }