←Select platform

Flags Property

Summary

Gets or sets flags that indicate whether the background is darker than the foreground, and whether to show the objects without the background.

Syntax
C#
VB
Objective-C
C++
Java
public SubtractBackgroundCommandFlags Flags { get; set; } 
Public Property Flags As SubtractBackgroundCommandFlags 
@property (nonatomic, assign) LTSubtractBackgroundCommandFlags flags 
public int getFlags() 
public void setFlags(int value) 

Property Value

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.

Example

Refer to SubtractBackgroundCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly