ImageCFC: Documentation: Method Description

imageCFC.getOption()

Description

Retrieve one of the ImageCFC options (see options

Returns

A string value

Function Syntax

getOption(key)

ParameterRequired?DefaultDescription
key YES - The name of the option to be retrieved.

Example

<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.