The file type exposes the following properties.
Name | Description | |
---|---|---|
angle | Gets or sets a rotation angle of the user-selected file. | |
asBase64 | Gets a user-selected file content as Base64 string. | |
cropBounds | Gets or sets crop bounds of the user-selected file. | |
description | Gets or sets a description of the user-selected file. | |
focused | Gets a value indicating whether the user-selected file is in focus. | |
format | Gets a file format of the user-selected file. | |
guid | Gets a unique identifier of the user-selected file. | |
height | Gets a height of the user-selected file. | |
horizontalResolution | Gets a horizontal resolution of the user-selected file. | |
name | Gets or sets a name of the user-selected file. | |
selected | Gets or sets a value indicating whether the user-selected file is highlighted. | |
size | Gets a size of the user-selected file. | |
tag | Gets or sets a custom data of the user-selected file (AKA tag). | |
tileTemplate | Gets or sets an HTML-like format of textual data displayed inside the tile corresponding to the specified file in the upload pane. | |
type | Gets a type of the user-selected file. | |
verticalResolution | Gets a vertical resolution of the user-selected file. | |
width | Gets a width of the user-selected file. |