  | PageImageInfoHeight Property | 
This is preliminary documentation and is subject to change.
Image height, in pixel.
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic int Height { get; init; }Public Property Height As Integer
	Get
	Set
Dim instance As PageImageInfo
Dim value As Integer
value = instance.Height
instance.Height = value
public:
property int Height {
	int get ();
	void set (int value);
}member Height : int with get, set
Property Value
Int32
See Also