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