VogkResource Class

Summary: The Vector Origination Data resource.

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

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

Inheritance: LayerResource

Aspose.PSD Version: 24.9.0

Constructors

NameDescription
VogkResource()Initializes a new instance of the VogkResource 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.
keyintrGets the layer resource key.
lengthintrGets the layer resource length in bytes.
psd_versionintrGets the minimal psd version required for layer resource. 0 indicates no restrictions.
shape_origin_settingsVectorShapeOriginSettings[]r/wGets or sets the shape origin settings.
signatureintrGets the layer resource signature.
versionintr/wGets or sets the version.

Methods

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

Constructor: VogkResource()

 VogkResource() 

Initializes a new instance of the VogkResource class.

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.