| Image.getJpgSize() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
| Back to Image Class Summary |
| Availability |
| Windows, Mac OSX, Linux |
| Usage |
| mdm.Image.getJpgSize(filePath:String):Array |
| Parameters |
| filePath:String - Location of JPEG file. |
| Returns |
| An Array |
| Description |
| Returns the dimensions of the specified JPEG image file to an Array |
| Notes |
| None |
| Example Code |
| var imageSize = mdm.Image.getJpgSize("c:\\myScreenshot.jpg"); //imageSize[0] = Width //imageSize[1] = Height |
| mdm.Image Class Example Downloads |
| No Example Downloads Available |
| Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here | |
| After Logging In, Click Here to Refresh This Page |