Gets or sets flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background.
public SubtractBackgroundCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.SubtractBackgroundCommandFlags
public Leadtools.Imageprocessing.Core.SubtractBackgroundCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTSubtractBackgroundCommandFlags 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.SubtractBackgroundCommandFlags Flags {
Leadtools.Imageprocessing.Core.SubtractBackgroundCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.SubtractBackgroundCommandFlags );
}
Flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background. You must select one from each group.
Refer to SubtractBackgroundCommand.
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