DescriptorStructure Class

Summary: The descriptor structure

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

Full Name: aspose.psd.fileformats.psd.layers.layerresources.typetoolinfostructures.DescriptorStructure

Inheritance: OSTypeStructure

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
DescriptorStructure(key_name, class_id, class_name, structures)Initializes a new instance of the DescriptorStructure class.

Properties

NameTypeAccessDescription
STRUCTURE_KEY [static]intrIdentifies the structure key.
class_idClassIDr/wGets or sets the class ID.
class_namestringr/wGets or sets the class name.
keyintrGets the structure key.
key_nameClassIDr/wGets or sets the key name.
lengthintrGets the OSTypeStructure length in bytes.
structuresOSTypeStructure[]r/wGets or sets a copy of an array of structures.

Methods

NameDescription
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: DescriptorStructure(key_name, class_id, class_name, structures)

 DescriptorStructure(key_name, class_id, class_name, structures) 

Initializes a new instance of the DescriptorStructure class.

Parameters:

ParameterTypeDescription
key_nameClassIDThe key name.
class_idClassIDThe class identifier.
class_namestringName of the class.
structuresOSTypeStructure[]The structures.

Method: get_header_length()

 get_header_length() 

Gets the header length.

Returns

TypeDescription
intThe header length

Method: save(stream_container)

 save(stream_container) 

Saves the data.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.

Method: save_without_key_name(stream_container)

 save_without_key_name(stream_container) 

Saves the structure to the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.