| IOSTypeStructureLoaderLoad Method |
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
SyntaxOSTypeStructure Load(
StreamContainer streamContainer
)
Function Load (
streamContainer As StreamContainer
) As OSTypeStructure
OSTypeStructure^ Load(
StreamContainer^ streamContainer
)
abstract Load :
streamContainer : StreamContainer -> OSTypeStructure
Parameters
- streamContainer
- Type: Aspose.PSDStreamContainer
The stream container to load from.
Return Value
Type:
OSTypeStructure
The loaded
OSTypeStructure resource.
See Also