PsdImage.VerticalResolution

PsdImage.VerticalResolution property

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

public override double VerticalResolution { get; set; }

Property Value

The vertical 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