ImageGear .NET
ImGearICBorderOptions Class
Members  Example 




Specifies parameters for ImGearIC.CleanBorders method.
Object Model
ImGearICBorderOptions Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearICBorderOptions 
'Usage
 
Dim instance As ImGearICBorderOptions
public sealed class ImGearICBorderOptions 
public __gc __sealed class ImGearICBorderOptions 
public ref class ImGearICBorderOptions sealed 
Example
// Sets options for border cleaning and then applies them.
ImGearICBorderOptions igICBorderOptions = new ImGearICBorderOptions();
igICBorderOptions.nBottomBorderSize = 100;
igICBorderOptions.nLeftBorderSize = 100;
igICBorderOptions.nRightBorderSize = 120;
igICBorderOptions.nTopBorderSize = 100;
igICBorderOptions.nMinLinesNum = 10;
igICBorderOptions.nMinLineWidth = 10;
// Clean the borders using the options.
ImGearIC.CleanBorders(igRasterPage, igICBorderOptions);
' Sets options for border cleaning and then applies them.
Dim igICBorderOptions As New ImGearICBorderOptions()
igICBorderOptions.nBottomBorderSize = 100
igICBorderOptions.nLeftBorderSize = 100
igICBorderOptions.nRightBorderSize = 120
igICBorderOptions.nTopBorderSize = 100
igICBorderOptions.nMinLinesNum = 10
igICBorderOptions.nMinLineWidth = 10
' Clean the borders using the options.
ImGearIC.CleanBorders(igRasterPage, igICBorderOptions)
Inheritance Hierarchy

System.Object
   ImageGear.Processing.ImageClean.ImGearICBorderOptions

See Also

Reference

ImGearICBorderOptions Members
ImageGear.Processing.ImageClean Namespace
CleanBorders Method

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback