Gets or sets number of rows of image data. In JPEG compressed data a JPEG marker
            is used instead of this tag.
            
    Namespace: 
   FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
 Syntax
Syntax
| C# | 
|---|
| public Nullable<uint> ImageHeight { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property ImageHeight As Nullable(Of UInteger) | 
| Visual C++ | 
|---|
| public: property Nullable<unsigned int> ImageHeight { Nullable<unsigned int> get (); void set (Nullable<unsigned int> value); } | 
 Remarks
Remarks
        Handling of null values
        
            A null value indicates, that the corresponding metadata tag is not
            present in the metadata model.
            Setting this property's value to a non-null reference creates the
            metadata tag if necessary.
            Setting this property's value to a null reference deletes the
            metadata tag from the metadata model.
            





