ClassID Class
Contents
[
Hide
]Summary: The PSD Class ID object.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.ClassID
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ClassID(class_id) | Initializes a new instance of the ClassID class. |
ClassID(class_id) | Initializes a new instance of the ClassID class. |
ClassID(class_id) | Initializes a new instance of the ClassID class. |
ClassID(class_id) | Initializes a new instance of the ClassID class. |
ClassID(class_id, is_zero_length) | Initializes a new instance of the ClassID class. |
ClassID(class_id, is_zero_length) | Initializes a new instance of the ClassID class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
bytes | byte | r | Gets the bytes representing class ID. |
class_name | string | r | Gets the class name as ASCII encoding. |
length | int | r | Gets the class ID length in bytes. |
Methods
Name | Description |
---|---|
save(stream_container) | Saves the class information to the specified stream container. |
Constructor: ClassID(class_id)
ClassID(class_id)
Initializes a new instance of the ClassID class.
Parameters:
Parameter | Type | Description |
---|---|---|
class_id | byte | The class ID as series of bytes. |
Constructor: ClassID(class_id)
ClassID(class_id)
Initializes a new instance of the ClassID class.
Parameters:
Parameter | Type | Description |
---|---|---|
class_id | int | The class ID as series of bytes. |
Constructor: ClassID(class_id)
ClassID(class_id)
Initializes a new instance of the ClassID class.
Parameters:
Parameter | Type | Description |
---|---|---|
class_id | uint | The class ID as series of bytes. |
Constructor: ClassID(class_id)
ClassID(class_id)
Initializes a new instance of the ClassID class.
Parameters:
Parameter | Type | Description |
---|---|---|
class_id | string | The class ID as series of bytes. |
Constructor: ClassID(class_id, is_zero_length)
ClassID(class_id, is_zero_length)
Initializes a new instance of the ClassID class.
Parameters:
Parameter | Type | Description |
---|---|---|
class_id | byte | The class ID as series of bytes. |
is_zero_length | bool | if set to The recorded string length is zero but actual is four. |
Constructor: ClassID(class_id, is_zero_length)
ClassID(class_id, is_zero_length)
Initializes a new instance of the ClassID class.
Parameters:
Parameter | Type | Description |
---|---|---|
class_id | string | The class ID as series of bytes. |
is_zero_length | bool | if set to The recorded string length is zero but actual is four. |
Method: save(stream_container)
save(stream_container)
Saves the class information to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to save to. |