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