EmfExtEscape

EmfExtEscape class

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

public sealed class EmfExtEscape : EmfEscapeRecordType

Constructors

NameDescription
EmfExtEscape(EmfRecord)Initializes a new instance of the EmfExtEscape 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