diff --git a/LibJpeg/Classic/jpeg_component_info.cs b/LibJpeg/Classic/jpeg_component_info.cs
index 7397569..cbb0ab7 100644
--- a/LibJpeg/Classic/jpeg_component_info.cs
+++ b/LibJpeg/Classic/jpeg_component_info.cs
@@ -188,6 +188,16 @@ public int Width_in_blocks
get { return width_in_blocks; }
set { width_in_blocks = value; }
}
+
+ ///
+ /// Gets or sets the height in blocks.
+ ///
+ /// The height in blocks.
+ public int Height_in_blocks
+ {
+ get { return height_in_blocks; }
+ set { height_in_blocks = value; }
+ }
///
/// Gets the downsampled width.