ImageInputT Class
Image file input for forms
| ImageInputT | Initializes a new instance of the ImageInputT class |
| Accessor |
Accessor for the property
|
| CropImage |
Whether to crop the image if the aspect ratio of the image isn't of a 1:1 ratio.
|
| ExistingFileDataUrl |
Base64 data URL for the selected image to render in an img element.
|
| FileName |
If set, the file will be immediately uploaded when selected and valid.
Will be removed if the form isn't submitted afterward.
|
| HasImageError |
Returns true if the image is invalid
|
| ImageLoaded |
This method passes the uploaded image, as a base64 string.
|
| Label |
Label left of the checkbox element
|
| MaxHeightInPixels |
The maximum height of the image in pixels
|
| MaxWidthInPixels |
The maximum width of the image in pixels
|
| SelectedFile |
File selected by the user (or lack thereof)
|
| ToastService |
Dependency injected Toast Service.
|
| ToolTip |
Tooltip for the checkbox element
|