PsdImage.HorizontalResolution

PsdImage.HorizontalResolution property

Gets or sets the horizontal resolution, in pixels per inch, of this PsdImage.

public override double HorizontalResolution { get; set; }

Property Value

The horizontal resolution.

Exceptions

exceptioncondition
PsdImageExceptionResolutionInfo resource not found and can not set proper resolution

Remarks

Default value for PSD is 72, so if ResolutionInfoResource wasn’t found, this value is returned.

See Also