EnumeratedDescriptorStructure Class
Contents
[
Hide
]Summary: The enumerated descriptor structure.
Module: aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures
Full Name: aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures.EnumeratedDescriptorStructure
Inheritance: OSTypeStructure
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description | 
|---|---|
| EnumeratedDescriptorStructure(key_name, type_id, enum_name) | Initializes a new instance of the EnumeratedDescriptorStructure class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| STRUCTURE_KEY [static] | int | r | The enumerated descriptor key. | 
| enum_name | ClassID | r/w | Gets or sets the enum name. | 
| key | int | r | Gets the key. | 
| key_name | ClassID | r/w | Gets or sets the key name. | 
| length | int | r | Gets the OSTypeStructure length in bytes. | 
| type_id | ClassID | r/w | Gets or sets the type ID. | 
Methods
| Name | Description | 
|---|---|
| get_header_length() | Gets the header length. | 
| save(stream_container) | Saves the data. | 
| save_without_key_name(stream_container) | Saves the structure to the specified stream container. | 
Constructor: EnumeratedDescriptorStructure(key_name, type_id, enum_name)
 EnumeratedDescriptorStructure(key_name, type_id, enum_name) 
Initializes a new instance of the EnumeratedDescriptorStructure class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| key_name | ClassID | The key name. | 
| type_id | ClassID | The type ID. | 
| enum_name | ClassID | The enum name. | 
Method: get_header_length()
 get_header_length() 
Gets the header length.
Returns
| Type | Description | 
|---|---|
| int | The header length | 
Method: save(stream_container)
 save(stream_container) 
Saves the data.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| stream_container | StreamContainer | The stream container. | 
Method: save_without_key_name(stream_container)
 save_without_key_name(stream_container) 
Saves the structure to the specified stream container.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| stream_container | StreamContainer | The stream container. |