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