VsmsResource Class

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

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

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

Inheritance: IVectorPathData, VectorPathDataResource

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
VsmsResource()Initializes a new instance of the VsmsResource class.
VsmsResource(data)Initializes a new instance of the VsmsResource 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.
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.

Constructor: VsmsResource()

 VsmsResource() 

Initializes a new instance of the VsmsResource class.

Constructor: VsmsResource(data)

 VsmsResource(data) 

Initializes a new instance of the VsmsResource class.

Parameters:

ParameterTypeDescription
databyteThe resource data.

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.