EpsOptions
Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.ImageOptionsBase
public class EpsOptions extends ImageOptionsBase
EPS options (currently not used)
Constructors
Constructor | Description |
---|---|
EpsOptions() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | short | The subtype of EPS format. |