Gets or sets the y-axis offset of the image that is to be cropped.
int PictureOffsetY {get; set;}
'Declaration
Property PictureOffsetY As Integer
'Usage
Dim instance As ICrop
Dim value As Integer
instance.PictureOffsetY = value
value = instance.PictureOffsetY
Property Value
The y-axis offset of the image that is to be cropped.