VectorPathDataResource Class

Summary: Class VectorPathDataResource.
This resource contains information about vector layer mask

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

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

Inheritance: IVectorPathData, LayerResource

Aspose.PSD Version: 24.9.0

Properties

NameTypeAccessDescription
PSB_RESOURCE_SIGNATURE [static]intrThe PSB-specific resource signature.
RESOURCE_SIGNATURE [static]intrThe common resource signature.
is_disabledboolr/wGets or sets a value indicating whether this instance is disabled.
is_invertedboolr/wGets or sets a value indicating whether this instance is inverted.
is_not_linkedboolr/wGets or sets a value indicating whether this instance is not linked.
keyintrGets the layer resource key.
lengthintrGets the layer resource length in bytes.
pathsVectorPathRecord[]r/wGets or sets the path records.
psd_versionintrGets the psd version.
signatureintrGets the signature.
versionintr/wGets or sets the version.

Methods

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

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.