PictureHeight Property (ICrop)
Gets or sets the height of the image that is to be cropped.
int PictureHeight {get; set;}
'Declaration
Property PictureHeight As Integer
'Usage
Dim instance As ICrop
Dim value As Integer
instance.PictureHeight = value
value = instance.PictureHeight
Property Value
The height of the image.