ArtDResource Class

Summary: The Artboard info data for PsdImage.global_layer_resources.

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

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

Inheritance: BaseArtboardInfoResource

Aspose.PSD Version: 24.9.0

Constructors

NameDescription
ArtDResource()Initializes a new instance of the ArtDResource 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.
itemsOSTypeStructure[]r/wGets or sets the OSTypeStructure items.
keyintrGets the layer resource key.
lengthintr
psd_versionintr
signatureintrGets the signature.

Methods

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

Constructor: ArtDResource()

 ArtDResource() 

Initializes a new instance of the ArtDResource 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.