Class WmfEscape
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The wmf escape object.
public class WmfEscape : WmfObject
- Inheritance
-
WmfEscape
- Inherited Members
Constructors
WmfEscape()
public WmfEscape()
Properties
EscapeRecord
Gets or sets the escape record.
public WmfEscapeRecordBase EscapeRecord { get; set; }
Property Value
- WmfEscapeRecordBase
The escape record.
EscapeType
Gets or sets the type of the escape.
public WmfMetafileEscapes EscapeType { get; set; }
Property Value
- WmfMetafileEscapes
The type of the escape.