C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the flags which control the combine command.
public CombineFastCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.CombineFastCommandFlags
public Leadtools.Imageprocessing.CombineFastCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTCombineFastCommandFlags flags
public final int getFlags()
public final void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public:
property Leadtools.Imageprocessing.CombineFastCommandFlags Flags {
Leadtools.Imageprocessing.CombineFastCommandFlags get();
void set ( Leadtools.Imageprocessing.CombineFastCommandFlags );
}
The flags which control the combine command.
For an example, refer to CombineFastCommand
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