←Select platform

Border Property

Summary

Flag that indicates which border to remove.

Syntax
C#
VB
Objective-C
C++
Java
public BorderRemoveBorderFlags Border { get; set; } 
Public Property Border As BorderRemoveBorderFlags 
@property (nonatomic, assign) LTBorderRemoveBorderFlags border 
public int getBorder() 
public void setBorder(int value) 
public: 
property BorderRemoveBorderFlags Border { 
   BorderRemoveBorderFlags get(); 
   void set (    BorderRemoveBorderFlags ); 
} 

Property Value

Value that indicates which border to remove.

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