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>
Please read this project's LICENSE
This is an open source project written by Rick Root. Please visit The Coldfusion Open Source Blog for more information.
Please report bugs, make suggestions, and send compliments to me via email.