VscgResource Class
Contents
[
Hide
]Summary: Vector Stroke Content Data resource.
Module: aspose.psd.fileformats.psd.layers.layerresources.strokeresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.strokeresources.VscgResource
Inheritance: LayerResource
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
VscgResource() | Initializes a new instance of the VscgResource 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. |
items | OSTypeStructure[] | r | Gets or sets the structure items. |
key | int | r | Gets the layer resource key. |
key_for_data | int | r | Integer key that defines what kind of fill settings is tored in the resource: * Color - 0x536f436f - SoCoResource.TypeToolKey * Gradient - 0x4764466c - GdFlResource.TypeToolKey * Pattern - 0x5074466c - PtFlResource.TypeToolKey |
length | int | r | Gets the layer resource length in bytes. |
psd_version | int | r | Gets the psd version. |
signature | int | r | Gets the signature. |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves the resource to the specified stream container. |
Constructor: VscgResource()
VscgResource()
Initializes a new instance of the VscgResource class
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. |