Aurigma Image Uploader 6.5 Dual
ImageUploader.UploadFileHorizontalResolution Property
Horizontal resolution of the image represented by the specified item of the upload list.
Syntax
Get/Set Value in Runtime
JavaScript
value = getImageUploader("ImageUploaderID").getUploadFileHorizontalResolution(Index);Parameters
- Index
-
A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].
Property Value
A non-negative integer value that specifies horizontal resolution of the specified item of the upload list. If an item represents non-image, 0 is returned.
See Also
Reference
- UploadFileAngle Property
- UploadFileCount Property
- UploadFileCountChange Event
- UploadFileDescription Property
- UploadFileFocused Property
- UploadFileFormat Property
- UploadFileGuid Property
- UploadFileHeight Property
- UploadFileName Property
- UploadFileRemove() Method
- UploadFileSelected Property
- UploadFileSize Property
- UploadFileType Property
- UploadFileVerticalResolution Property
- UploadFileWidth Property
- Index Property