public abstract class EmfEscapeRecordType extends EmfRecord
The escape record types execute printer driver functions.
Modifier and Type | Method and Description |
---|---|
int |
getIEscape()
Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to
execute.
|
void |
setIEscape(int value)
Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to
execute.
|
public int getIEscape()
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).
public void setIEscape(int value)
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).