Table of Contents

Method HasOption

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

HasOption(string)

Returns true if the given option is present.

bool HasOption(string name)

Parameters

name string

The name of the option, case-insensitive.

Returns

bool

Remarks

See GenericImageOptionNames for known option names.