UnknownStructure Class

Summary: The unknown structure.

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

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

Inheritance: OSTypeStructure

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
UnknownStructure(key_name, key)Initializes a new instance of the UnknownStructure class.

Properties

NameTypeAccessDescription
databyter/wGets or sets the data.
keyintrGets the structure key.
key_nameClassIDr/wGets or sets the key name.
lengthintrGets the OSTypeStructure length in bytes.

Methods

NameDescription
get_header_length()Gets the header length.
save(stream_container)Saves the structure to the specified stream container.
save_without_key_name(stream_container)Saves the structure to the specified stream container.

Constructor: UnknownStructure(key_name, key)

 UnknownStructure(key_name, key) 

Initializes a new instance of the UnknownStructure class.

Parameters:

ParameterTypeDescription
key_nameClassIDThe key name.
keyintThe structure key.

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 structure to the specified stream container.

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.