C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets flags that determine the behavior of the inverted text removal process.
public InvertedTextCommandFlags Flags { get; set; }
Public Property Flags As Leadtools.Imageprocessing.Core.InvertedTextCommandFlags
public Leadtools.Imageprocessing.Core.InvertedTextCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTInvertedTextCommandFlags 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.InvertedTextCommandFlags Flags {
Leadtools.Imageprocessing.Core.InvertedTextCommandFlags get();
void set ( Leadtools.Imageprocessing.Core.InvertedTextCommandFlags );
}
Value that determines the behavior of the inverted text removal process.
Refer to InvertedTextCommand.
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