Method HasOption
HasOption(string)
Returns true if the given option is present.
public virtual bool HasOption(string name)
Parameters
namestringThe name of the option, case-insensitive.
Returns
Remarks
See GenericImageOptionNames for known option names.