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
exception | condition |
---|---|
PsdImageException | ResolutionInfo 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
- class PsdImage
- namespace Aspose.PSD.FileFormats.Psd
- assembly Aspose.PSD