EmfEscapeRecordType

EmfEscapeRecordType class

The escape record types execute printer driver functions.

public abstract class EmfEscapeRecordType : EmfRecord

Properties

NameDescription
IEscape { get; set; }Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute. This MUST be one of the values in the WMF MetafileEscapes enumeration ([MSWMF] section 2.1.1.17).
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also