InfxResource Class

Summary: Class InfxResource.
This resource contains information about blending of clipped element.

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

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

Inheritance: BooleanResource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
InfxResource()Initializes a new instance of the InfxResource class.
InfxResource(blend_interior_elements)Initializes a new instance of the InfxResource class.
InfxResource(data)Initializes a new instance of the InfxResource class.
With custom or unknown value

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.
blend_interior_elementsboolr/wGets or sets a value indicating whether [blend interior elements].
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 specified stream container.

Constructor: InfxResource()

 InfxResource() 

Initializes a new instance of the InfxResource class.

Constructor: InfxResource(blend_interior_elements)

 InfxResource(blend_interior_elements) 

Initializes a new instance of the InfxResource class.

Parameters:

ParameterTypeDescription
blend_interior_elementsboolif set to true [blend interior elements].

Constructor: InfxResource(data)

 InfxResource(data) 

Initializes a new instance of the InfxResource class.
With custom or unknown value

Parameters:

ParameterTypeDescription
databyteThe resource data.

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.
psd_versionintThe PSD version.