C#
VB
WinRT C#
C++
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 FrequencyFilterCommandFlags
Leadtools.ImageProcessing.Core.FrequencyFilterCommandFlags = function() { };
Leadtools.ImageProcessing.Core.FrequencyFilterCommandFlags.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
[FlagsAttribute()]
public enum class FrequencyFilterCommandFlags
Members
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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET