public final class EmfExtEscape extends EmfEscapeRecordType
The EMR_EXTESCAPE record passes arbitrary information to a printer driver. The intent is that the information will not result in drawing being done.
Constructor and Description |
---|
EmfExtEscape(EmfRecord source)
Initializes a new instance of the
EmfExtEscape class. |
Modifier and Type | Method and Description |
---|---|
int |
getCjIn()
Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.
|
byte[] |
getData()
Gets or sets the data to pass to the printer driver.
|
void |
setCjIn(int value)
Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.
|
void |
setData(byte[] value)
Gets or sets the data to pass to the printer driver.
|
getIEscape, setIEscape
public EmfExtEscape(EmfRecord source)
Initializes a new instance of the EmfExtEscape
class.
source
- The source.public int getCjIn()
Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.
public void setCjIn(int value)
Gets or sets a 32-bit unsigned integer specifying the number of bytes to pass to the printer driver.
public byte[] getData()
Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.
public void setData(byte[] value)
Gets or sets the data to pass to the printer driver. There MUST be cjIn bytes available.