Enum ImagingComponentEnumerateOptions
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
[Flags]
public enum ImagingComponentEnumerateOptions
Fields
Default = 0
Enumerate signed components.
Refresh = 1
Force a read of the registry when enumerating components.
Disabled = -2147483648
Enumerate disabled components.
Unsigned = 1073741824
Enumerate unsigned components.
BuiltInOnly = 536870912
Enumerate only built-in components.