Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxpublic CmlsResource(
byte[] data
)
Public Sub New (
data As Byte()
)
public:
CmlsResource(
array<unsigned char>^ data
)
new :
data : byte[] -> CmlsResource
Parameters
- data
- Type: SystemByte
The data of the resource.
See Also