EmfEscapeRecordType

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord

public abstract class EmfEscapeRecordType extends EmfRecord

The escape record types execute printer driver functions.

Methods

MethodDescription
getIEscape()Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute.
setIEscape(int value)Gets or sets a 32-bit unsigned integer that specifies the printer driver escape to execute.

getIEscape()

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).

Returns: int

setIEscape(int value)

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).

Parameters:

ParameterTypeDescription
valueint