Gets the height.
Namespace: Aspose.Imaging.FileFormats.PngAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override int Height { get; }
Public Overrides ReadOnly Property Height As Integer
Get
public:
virtual property int Height {
int get () override;
}
abstract Height : int with get
override Height : int with get
Property Value
Type:
Int32Implements
IObjectWithBoundsHeight
See Also