←Select platform

Border Property

Summary

Gets a flag that indicates which border is being processed.

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

Property Value

Value that indicates which border is being processed.

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