| PsdImageVerticalResolution Property |
Gets or sets the vertical resolution, in pixels per inch, of this
PsdImage.
Namespace: Aspose.PSD.FileFormats.PsdAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic override double VerticalResolution { get; set; }Public Overrides Property VerticalResolution As Double
Get
Set
public:
virtual property double VerticalResolution {
double get () override;
void set (double value) override;
}abstract VerticalResolution : float with get, set
override VerticalResolution : float with get, set
Property Value
Type:
Double
The vertical resolution.
Exceptions| Exception | Condition |
|---|
| PsdImageException |
ResolutionInfo resource not found and can not set proper resolution |
Remarks
See Also