PostScriptVersion

EpsImage.PostScriptVersion property

This property retrieves the PostScript version associated with the EpsImage instance. It offers insight into the specific PostScript language version utilized within the EPS file, aiding in compatibility assessment and facilitating seamless integration with PostScript-compatible environments.

public string PostScriptVersion { get; }

See Also