Class WmfEscapeRecordBase
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects.EscapeRecords
- Assembly
- Aspose.Imaging.dll
The escape record base.
public class WmfEscapeRecordBase : WmfObject
- Inheritance
-
WmfEscapeRecordBase
- Derived
- Inherited Members
Constructors
WmfEscapeRecordBase()
public WmfEscapeRecordBase()
Properties
ByteCount
Gets or sets the byte count.
public int ByteCount { get; set; }
Property Value
- int
A 16-bit unsigned integer that specifies the size, in bytes, of the record data that follows. This value MUST be 34 plus the value of the EnhancedMetafileDataSize field.
Checked
Gets a value indicating whether this WmfEscapeRecordBase is checked.
public virtual bool Checked { get; set; }
Property Value
- bool
true
if checked; otherwise,false
.
Data
Gets or sets the data.
public byte[] Data { get; set; }
Property Value
- byte[]
The data.