EpsOptions

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.ImageOptionsBase

public class EpsOptions extends ImageOptionsBase

EPS options (currently not used)

Constructors

ConstructorDescription
EpsOptions()

Methods

MethodDescription
getSubType()Gets the subtype of EPS format.
setSubType(short value)Sets the subtype of EPS format.

EpsOptions()

public EpsOptions()

getSubType()

public short getSubType()

Gets the subtype of EPS format.

Returns: short - The subtype of EPS format.

setSubType(short value)

public void setSubType(short value)

Sets the subtype of EPS format.

Parameters:

ParameterTypeDescription
valueshortThe subtype of EPS format.