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