C#
VB
Java
Objective-C
WinRT C#
C++
Flags that determine the behavior of the command.
public VoiLookupTableCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.VoiLookupTableCommandFlags
public Leadtools.Imageprocessing.Core.VoiLookupTableCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTVoiLookupTableCommandFlags flags
public int getFlags()
public void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.Core.VoiLookupTableCommandFlags Flags {
Leadtools.Imageprocessing.Core.VoiLookupTableCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.VoiLookupTableCommandFlags );
}
Flags that determine the behavior of the command. These flags can be OR-ed together.
Refer to ApplyLinearVoiLookupTableCommand example.
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