Flags that indicate the operation to be performed on the specified X and Y harmonics ranges. This command is available in the Imaging Pro and above toolkits. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()]
public enum FrequencyFilterCommandFlags
<FlagsAttribute()>
Public Enum FrequencyFilterCommandFlags
[FlagsAttribute()]
public enum class FrequencyFilterCommandFlags
Value | Member | Description |
---|---|---|
0x00000000 | None | No change. |
0x00000001 | InsideX | Keep the X harmonics inside the X range and remove outside ones. |
0x00000002 | OutsideX | Remove the X harmonics inside the X range and keep outside ones. |
0x00000010 | InsideY | Keep the Y harmonics inside the Y range and remove outside ones. |
0x00000020 | OutsideY | Remove the Y harmonics inside the Y range and keep outside ones. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Flags that indicate how to handle peripherally exposed areas | Color, Repeat, NoChange |
Flags that indicate how to handle exposed areas inside the surface | Rotate, WithoutRotate |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document