EmfDrawEscape

EmfDrawEscape class

The EMR_DRAWESCAPE record passes arbitrary information to a printer driver. The intent is that the information will result in drawing being done.

public sealed class EmfDrawEscape : EmfEscapeRecordType

Constructors

NameDescription
EmfDrawEscape(EmfRecord)Initializes a new instance of the EmfDrawEscape class.

Properties

NameDescription
CjIn { get; set; }Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.
Data { get; set; }Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.
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