TypeToolInfoResource Class

Summary: The type tool information. For PSD version lower than 6.0.

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

Full Name: aspose.psd.fileformats.psd.layers.layerresources.TypeToolInfoResource

Inheritance: LayerResource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
TypeToolInfoResource()Initializes a new instance of the TypeToolInfoResource class

Properties

NameTypeAccessDescription
PSB_RESOURCE_SIGNATURE [static]intrThe PSB-specific resource signature.
RESOURCE_SIGNATURE [static]intrThe common resource signature.
a_componentshortr/wGets or sets a component.
b_componentshortr/wGets or sets the b component.
character_countintr/wGets or sets the character count.
color_space_valueshortr/wGets or sets the color space value.
font_versionshortr/wGets or sets the font version.
fontsTypeToolFontInfo[]r/wGets or sets the fonts.
fonts_countshortrGets the fonts count.
g_componentshortr/wGets or sets the g component.
horizontal_placementintr/wGets or sets the horizontal placement.
keyintrGets the layer resource key.
lengthintrGets the layer resource length in bytes.
line_countshortrGets the line count.
linesTypeToolLineInfo[]r/wGets or sets the lines.
psd_versionintrGets the minimal psd version required for layer resource. 0 indicates no restrictions.
r_componentshortr/wGets or sets the r component.
scale_factorintr/wGets or sets the scale factor.
selection_endintr/wGets or sets the selection end.
selection_startintr/wGets or sets the selection start.
signatureintrGets the layer resource signature.
stylesTypeToolStyleInfo[]r/wGets or sets the font styles.
styles_countshortrGets the styles count.
transform_matrixdoubler/wGets or sets the transform matrix.
type_valueshortr/wGets or sets the type value.
versionshortr/wGets or sets the version.
vertical_placementintr/wGets or sets the vertical placement.

Methods

NameDescription
save(stream_container, psd_version)Saves the specified stream container.

Constructor: TypeToolInfoResource()

 TypeToolInfoResource() 

Initializes a new instance of the TypeToolInfoResource class

Method: save(stream_container, psd_version)

 save(stream_container, psd_version) 

Saves the specified stream container.

Parameters:

ParameterTypeDescription
stream_containerStreamContainerThe stream container.
psd_versionintThe PSD version.