LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Percent Property
See Also 
Leadtools.Workflow.ImageProcessing Namespace > BorderRemoveActivity Class : Percent Property



The Percent Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the percent of the image dimension in which the border will be found.

Syntax

Visual Basic (Declaration) 
Public Property Percent As Integer
Visual Basic (Usage)Copy Code
Dim instance As BorderRemoveActivity
Dim value As Integer
 
instance.Percent = value
 
value = instance.Percent
C# 
public int Percent {get; set;}
C++/CLI 
public:
property int Percent {
   int get();
   void set (    int value);
}

Property Value

Percent of the image dimension in which the border will be found. For most images, use 20. For example, if an image is 200 pixels wide, Percent is set to 20 and Border is set to BorderRemoveBorderFlags.Left, then the left border will be found in the area between the left edge of the image and a line 40 pixels from the left edge. If the border is closer to the edge of the image, use a smaller value. If the border is farther from the edge, use a larger value.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Workflow.ImageProcessing requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features