public final class EmfDrawEscape extends EmfEscapeRecordType
The EMR_DRAWESCAPE record passes arbitrary information to a printer driver. The intent is that the information will result in drawing being done.
Constructor and Description |
---|
EmfDrawEscape(EmfRecord source)
Initializes a new instance of the
EmfDrawEscape 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 EmfDrawEscape(EmfRecord source)
Initializes a new instance of the EmfDrawEscape
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.