ResolutionInfoResource Class

Summary: The resolution info resource

Module: aspose.psd.fileformats.psd.resources

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

Inheritance: ResourceBlock

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
ResolutionInfoResource()Initializes a new instance of the ResolutionInfoResource 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.
h_dpiFixedPointDecimalr/wHorizontal DPI.
h_res_display_unitResolutionUnitr/wDisplay units for horizontal resolution. This only affects the
user interface; the resolution is still stored in the PSD file
as pixels/inch.
height_display_unitPhysicalUnitr/wGets or sets the height display unit.
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).
signatureintrGets the resource signature. Should be always ‘8BIM’.
sizeintrGets the resource block size in bytes including its data.
v_dpiFixedPointDecimalr/wVertical DPI.
v_res_display_unitResolutionUnitr/wDisplay units for vertical resolution.
width_display_unitPhysicalUnitr/wGets or sets the width display unit.

Methods

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

Constructor: ResolutionInfoResource()

 ResolutionInfoResource() 

Initializes a new instance of the ResolutionInfoResource class

Method: save(stream)

 save(stream) 

Saves the resource block to the specified stream.

Parameters:

ParameterTypeDescription
streamStreamContainerThe stream to save the resource block to.