CropBorders Method (GdPictureImaging)
                In This Topic
            
            
            Detects and removes margins consisting of constant color around a GdPicture image.
            
            
            Overload List
| Overload | Description | 
|---|
| CropBorders(Int32,ImagingContext) | Detects and removes margins consisting of constant color around a GdPicture image. | 
| CropBorders(Int32,Single,ImagingContext) | Detects and removes margins consisting of constant color around a GdPicture image.
            It has a Confidence Parameter where if the lines and borders detection confidence exceeds this value
            they will be removed, and left as they are if the confidence in detecting them is less than the
            Confidence Parameter Value. | 
| CropBorders(Int32,Single,ReferencePoint,ImagingContext) | Detects and removes margins consisting of constant color around a GdPicture image.
            It has a Confidence Parameter where if the lines and borders detection confidence exceeds this value
            they will be removed, and left as they are if the confidence in detecting them is less than the
            Confidence Parameter Value. | 
| CropBorders(Int32,Single,ReferencePoint,Int32,Int32,Int32,Int32) | Detects margins consisting of constant color around a GdPicture image.
            Returns the coordinate of the cropping selection which can be used by the Crop
            method.
            It has a Confidence Parameter where if the lines and borders detection confidence exceeds this value
            they will be removed, and left as they are if the confidence in detecting them is less than the
            Confidence Parameter Value. | 
| CropBorders(Int32,Single,ReferencePoint,Int32,Int32,Int32,Int32,ImagingContext) | Detects margins consisting of constant color around a GdPicture image.
            Returns the coordinate of the cropping selection which can be used by the Crop
            method.
            It has a Confidence Parameter where if the lines and borders detection confidence exceeds this value
            they will be removed, and left as they are if the confidence in detecting them is less than the
            Confidence Parameter Value. | 
See Also