←Select platform

Status Property

Summary

Gets or sets the status of the border remove process.

Syntax
C#
VB
Objective-C
C++
Java
public RemoveStatus Status { get; set; } 
Public Property Status As RemoveStatus 
@property (nonatomic, assign) LTRemoveStatus status; 
public RemoveStatus getStatus() 
public void setStatus(RemoveStatus value) 
public: 
property RemoveStatus Status { 
   RemoveStatus get(); 
   void set (    RemoveStatus ); 
} 

Property Value

Status of the border remove process.

Example

Refer to BorderRemoveCommand.

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