Class EmfExtEscape
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
- Inheritance
-
EmfExtEscape
- Inherited Members
Constructors
EmfExtEscape(EmfRecord)
Initializes a new instance of the EmfExtEscape class.
public EmfExtEscape(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
CjIn
Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.
public int CjIn { get; set; }
Property Value
Data
Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.
public byte[] Data { get; set; }
Property Value
- byte[]