| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| fileData | Byte() | A Byte Array containing the Image File Data. | ||
| fileName | String | Optional | A File Name to save to. If unspecified, a File Name will be automatically generated. If unspecified, a file extension must be specified. | |
| fileExtension | String | Optional | If not supplying a fileName (i.e. default fileName is desired) the file extension must be specified to determine the type of visual file. | |
| maxWidth | Integer | Optional | For Images only, what the forced max width of the image should be. If omitted, a value of 1024 is assumed. | |
| autoFixOrientation | Boolean | Optional | For Images only, indicates whether to fix the orientation automatically. If omitted, a value of True is assumed. |
A Boolean value indicating Success.