Pages
Description
A Blazor component that provides image and canvas cropping functionality via JavaScript interop, wrapping the underlying Cropper.js behavior.
Properties
Event Callbacks
| Name | Type | Description |
|---|---|---|
OnCropEndEvent |
A shortcut to the cropend event. | |
OnCropEvent |
A shortcut to the crop event. | |
OnCropMoveEvent |
A shortcut to the cropmove event. | |
OnCropStartEvent |
A shortcut to the cropstart event. | |
OnErrorLoadImageEvent |
A shortcut to the image loading error event. | |
OnLoadImageEvent |
A shortcut to the load image event. | |
OnReadyEvent |
A shortcut to the ready event. | |
OnZoomEvent |
A shortcut to the zoom event. |
