EpsOptionsSubType Property |
Gets or sets the subtype of EPS format.
Namespace: Aspose.Imaging.FileFormats.EpsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic EpsType SubType { get; set; }
Public Property SubType As EpsType
Get
Set
public:
property EpsType SubType {
EpsType get ();
void set (EpsType value);
}
member SubType : EpsType with get, set
Property Value
Type:
EpsType
The subtype of EPS format.
See Also