TypeToolLineInfo Class
Summary: Type tool line info.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.TypeToolLineInfo
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
TypeToolLineInfo() | Initializes a new instance of the TypeToolLineInfo class |
Properties
Name | Type | Access | Description |
---|---|---|---|
char | char | r/w | Gets or sets the char. |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves the TypeToolLineInfo information to the specified stream container. |
Constructor: TypeToolLineInfo()
TypeToolLineInfo()
Initializes a new instance of the TypeToolLineInfo class
Method: save(stream_container, psd_version)
save(stream_container, psd_version)
Saves the TypeToolLineInfo information to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to save to. |
psd_version | int | The PSD version. |