IOSTypeStructureLoader Class
Summary: The OSTypeStructure resource loader.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.IOSTypeStructureLoader
Aspose.PSD Version: 24.9.0
Methods
Name | Description |
---|---|
can_load(stream_container) | Determines whether OSTypeStructure resource can be loaded from the specified StreamContainer. |
load(stream_container) | Loads the OSTypeStructure. |
Method: can_load(stream_container)
can_load(stream_container)
Determines whether OSTypeStructure resource can be loaded from the specified StreamContainer.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container. |
Returns
Type | Description |
---|---|
bool |
Method: load(stream_container)
load(stream_container)
Loads the OSTypeStructure.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to load from. |
Returns
Type | Description |
---|---|
OSTypeStructure | The loaded OSTypeStructure resource. |