C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the status of the inverted text process.
public RemoveStatus Status { get; set; }
Public Property Status As Leadtools.Imageprocessing.Core.RemoveStatus
public Leadtools.Imageprocessing.Core.RemoveStatus Status {get; set;}
@property (nonatomic, assign) LTRemoveStatus status;
public RemoveStatus getStatus()
public void setStatus(RemoveStatus value)
<br/>get_Status();<br/>set_Status(value);<br/>Object.defineProperty('Status');
public:
property Leadtools.Imageprocessing.Core.RemoveStatus Status {
Leadtools.Imageprocessing.Core.RemoveStatus get();
void set ( Leadtools.Imageprocessing.Core.RemoveStatus );
}
Value that represents the status of the inverted text 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