TypeToolInfo6Resource Class

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

NameDescription
TypeToolInfo6Resource(class_id, warp_class_id)Initializes a new instance of the TypeToolInfo6Resource class.

Properties

NameTypeAccessDescription
PSB_RESOURCE_SIGNATURE [static]intrThe PSB-specific resource signature.
RESOURCE_SIGNATURE [static]intrThe common resource signature.
TYPE_TOOL_KEY [static]intrThe type tool info key.
bottomintr/wGets or sets the bottom location.
class_idClassIDr/wGets or sets the class ID.
class_namestringr/wGets or sets the class name.
descriptor_versionintr/wGets or sets the descriptor version.
itemsOSTypeStructure[]r/wGets or sets the items.
keyintrGets the layer resource key.
leftintr/wGets or sets the left location.
lengthintrGets the layer resource length in bytes.
psd_versionintrGets the minimal psd version required for layer resource. 0 indicates no restrictions.
rightintr/wGets or sets the right location.
signatureintrGets the layer resource signature.
text_versionshortr/wGets or sets the text version.
topintr/wGets or sets the top location.
transform_matrixdoubler/wGets or sets the transform matrix.
versionshortr/wGets or sets the type tool version.
warp_class_idClassIDr/wGets or sets the class ID.
warp_class_namestringr/wGets or sets the warp class name.
warp_descriptor_versionintr/wGets or sets the warp descriptor version.
warp_itemsOSTypeStructure[]r/wGets or sets the warp items.
warp_versionshortr/wGets or sets the warp version.

Methods

NameDescription
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:

ParameterTypeDescription
class_idClassIDThe class ID.
warp_class_idClassIDThe warp class ID.

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the resource to the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container to save to.
psd_versionintThe PSD version.