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

NameDescription
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:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.

Returns

TypeDescription
booltrue if OSTypeStructure resource can be loaded from the specified StreamContainer; otherwise, false.

Method: load(stream_container)

 load(stream_container) 

Loads the OSTypeStructure.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container to load from.

Returns

TypeDescription
OSTypeStructureThe loaded OSTypeStructure resource.