Class EpsOptions
- Namespace
- Aspose.Imaging.FileFormats.Eps
- Assembly
- Aspose.Imaging.dll
EPS options (currently not used)
public class EpsOptions : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata
- Inheritance
-
EpsOptions
- Implements
- Inherited Members
Constructors
EpsOptions()
public EpsOptions()
- See Also
Properties
SubType
Gets or sets the subtype of EPS format.
public EpsType SubType { get; set; }
Property Value
- EpsType
The subtype of EPS format.
- See Also