IopaResource Class

Summary: Class IopaResource.
This resource contains information about the fill opacity property from the layer style form

Module: aspose.psd.fileformats.psd.layers.layerresources

Full Name: aspose.psd.fileformats.psd.layers.layerresources.IopaResource

Inheritance: LayerResource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
IopaResource()Initializes a new instance of the IopaResource class.
IopaResource(data)Initializes a new instance of the IopaResource class.

Properties

NameTypeAccessDescription
PSB_RESOURCE_SIGNATURE [static]intrThe PSB-specific resource signature.
RESOURCE_SIGNATURE [static]intrThe common resource signature.
TYPE_TOOL_KEY [static]intrThe type tool info key.
fill_opacitybyter/wGets or sets the fill opacity.
keyintrGets the layer resource key.
lengthintrGets the layer resource length in bytes.
psd_versionintrGets the psd version.
signatureintrGets the signature.

Methods

NameDescription
save(stream_container, psd_version)Saves the resource to the specified stream container.

Constructor: IopaResource()

 IopaResource() 

Initializes a new instance of the IopaResource class.

Constructor: IopaResource(data)

 IopaResource(data) 

Initializes a new instance of the IopaResource class.

Parameters:

ParameterTypeDescription
databyteThe raw byte data.

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the resource to the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container to save to.
psd_versionintThe PSD version.