Retrieve one of the ImageCFC options (see options
A string value
getOption(key)
| Parameter | Required? | Default | Description |
|---|---|---|---|
| key | YES | - | The name of the option to be retrieved. |
<cfset imageCFC = createObject("component","image")>
<cfoutput>Default Jpeg Compression: #imageCFC.getOption("defaultJpegCompression")#</cfoutput>