KnkoResource Class
Contents
[
Hide
]Summary: Class KnkoResource.
This resource contains information about blending of clipped element.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.KnkoResource
Inheritance: BooleanResource
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description | 
|---|---|
| KnkoResource() | Initializes a new instance of the KnkoResource class. | 
| KnkoResource(data) | Initializes a new instance of the KnkoResource class. With custom or unknown value | 
| KnkoResource(knockout) | Initializes a new instance of the KnkoResource class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| PSB_RESOURCE_SIGNATURE [static] | int | r | The PSB-specific resource signature. | 
| RESOURCE_SIGNATURE [static] | int | r | The common resource signature. | 
| TYPE_TOOL_KEY [static] | int | r | The type tool info key. | 
| key | int | r | Gets the layer resource key. | 
| knockout | bool | r/w | Gets or sets a value indicating whether [blend interior elements]. | 
| length | int | r | Gets the layer resource length in bytes. | 
| psd_version | int | r | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. | 
| signature | int | r | Gets the signature. | 
Methods
| Name | Description | 
|---|---|
| save(stream_container, psd_version) | Saves the specified stream container. | 
Constructor: KnkoResource()
 KnkoResource() 
Initializes a new instance of the KnkoResource class.
Constructor: KnkoResource(data)
 KnkoResource(data) 
Initializes a new instance of the KnkoResource class.
With custom or unknown value
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| data | byte | The resource data. | 
Constructor: KnkoResource(knockout)
 KnkoResource(knockout) 
Initializes a new instance of the KnkoResource class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| knockout | bool | if set to | 
Method: save(stream_container, psd_version)
 save(stream_container, psd_version) 
Saves the specified stream container.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| stream_container | StreamContainer | The stream container. | 
| psd_version | int | The PSD version. |