Gets or set the flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, the clipping type, the used or computed frequencies range, the operation on the specified X harmonics range, and the operation on the specified Y harmonics range.
public DiscreteFourierTransformCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.DiscreteFourierTransformCommandFlags
public Leadtools.Imageprocessing.Core.DiscreteFourierTransformCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTDiscreteFourierTransformCommandFlags flags
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Core.DiscreteFourierTransformCommandFlags Flags {
Leadtools.Imageprocessing.Core.DiscreteFourierTransformCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.DiscreteFourierTransformCommandFlags );
}
Flags that indicate the transformation type, operation channel, frequency data type used to reconstruct the image, the clipping type, the used or computed frequencies range, the operation on the specified X harmonics range, and the operation on the specified Y harmonics range. You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Refer to DiscreteFourierTransformCommand.
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