You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Crop, Auto Deskew & Auto Border Removal > CropBlackBordersEx > CropBlackBordersEx Method (Integer)
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.CropBlackBordersEx Method (Integer)

Detects & set to White, margins consisting of black color around a GdPicture image. 

This function has not the same Behavior than the CropBlackBorders() function: The black borders are not removed but set to blank. Therefore, the image dimensions are kept.

C#
public GdPictureStatus CropBlackBordersEx(
    int ImageID
);
Visual Basic
Public Function CropBlackBordersEx(
    ByVal ImageID As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.