Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Getting the camera options
You can get the camera options to customize the camera settings using the getOptions() function as shown below:
<cfset option = cfclient.camera.getOptions()> |
Method summary
getOptions
- returns – Returns the Options object
- params
- None