In This Topic
Sets the compression of PSD file.
Syntax
var instance = new Vintasoft.Imaging.WebPsdEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebPsdCompressionEnumJS
returnValue = instance.set_Compression(value);
function set_Compression(
: WebPsdCompressionEnumJS
) : any;
Parameters
- value
- An instance of WebPsdCompressionEnumJS class that defines the compression of PSD file.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also