VersionInfoResource Class

Summary: Version Info resource

Module: aspose.psd.fileformats.psd.resources

Full Name: aspose.psd.fileformats.psd.resources.VersionInfoResource

Inheritance: ResourceBlock

Aspose.PSD Version: 24.9.0

Constructors

NameDescription
VersionInfoResource()Initializes a new instance of the VersionInfoResource class

Properties

NameTypeAccessDescription
RESOUCE_BLOCK_ME_SA_SIGNATURE [static]intrThe resource signature of ImageReady.
RESOUCE_BLOCK_SIGNATURE [static]intrThe regular Photoshop resource signature.
data_sizeintrGets the resource data size in bytes.
file_versionuintr/wGets or sets the file version.
has_real_merged_databoolr/wGets or sets a value indicating whether this instance has real merged data.
idshortr/wGets or sets the unique identifier for the resource.
minimal_versionintrGets the minimal required PSD version.
namestringr/wGets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0).
reader_namestringr/wGets or sets the name of the reader.
signatureintrGets the resource signature. Should be always ‘8BIM’.
sizeintrGets the resource block size in bytes including its data.
versionuintr/wGets or sets the version.
writer_namestringr/wGets or sets the name of the writer.

Methods

NameDescription
save(stream)Saves the resource block to the specified stream.
validate_values()Validates the resource values.

Constructor: VersionInfoResource()

 VersionInfoResource() 

Initializes a new instance of the VersionInfoResource class

Method: save(stream)

 save(stream) 

Saves the resource block to the specified stream.

Parameters:

ParameterTypeDescription
streamStreamContainerThe stream to save the resource block to.