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