Support of SoCoResource
Contents
[
Hide
]
Support of SoCoResource
SoCoResource contains information about Color Fill Layers. This article demonstrates how Aspose.PSD for .NET supports SoCoResource in a PSD file.
- Load a PSD file as an image using the factory method Load exposed by Image class.
- Get SoCoResource from the image layer
- Set required properties
- Save the results
The following code snippet shows how Aspose.PSD for .NET supports SoCoResource.
**