TypeToolInfo6Resource Class
Contents
[
Hide
]Summary: The type tool information. For PSD version higher or equal to the 6.0.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.TypeToolInfo6Resource
Inheritance: LayerResource
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
TypeToolInfo6Resource(class_id, warp_class_id) | Initializes a new instance of the TypeToolInfo6Resource 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. |
bottom | int | r/w | Gets or sets the bottom location. |
class_id | ClassID | r/w | Gets or sets the class ID. |
class_name | string | r/w | Gets or sets the class name. |
descriptor_version | int | r/w | Gets or sets the descriptor version. |
items | OSTypeStructure[] | r/w | Gets or sets the items. |
key | int | r | Gets the layer resource key. |
left | int | r/w | Gets or sets the left location. |
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. |
right | int | r/w | Gets or sets the right location. |
signature | int | r | Gets the layer resource signature. |
text_version | short | r/w | Gets or sets the text version. |
top | int | r/w | Gets or sets the top location. |
transform_matrix | double | r/w | Gets or sets the transform matrix. |
version | short | r/w | Gets or sets the type tool version. |
warp_class_id | ClassID | r/w | Gets or sets the class ID. |
warp_class_name | string | r/w | Gets or sets the warp class name. |
warp_descriptor_version | int | r/w | Gets or sets the warp descriptor version. |
warp_items | OSTypeStructure[] | r/w | Gets or sets the warp items. |
warp_version | short | r/w | Gets or sets the warp version. |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves the resource to the specified stream container. |
Constructor: TypeToolInfo6Resource(class_id, warp_class_id)
TypeToolInfo6Resource(class_id, warp_class_id)
Initializes a new instance of the TypeToolInfo6Resource class.
Parameters:
Parameter | Type | Description |
---|---|---|
class_id | ClassID | The class ID. |
warp_class_id | ClassID | The warp class ID. |
Method: save(stream_container, psd_version)
save(stream_container, psd_version)
Saves the resource to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to save to. |
psd_version | int | The PSD version. |