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

Crops the top of a GdPicture image.

C#
public GdPictureStatus CropTop(
    int ImageID, 
    int Lines
);
Visual Basic
Public Function CropTop(
    ByVal ImageID As Integer, 
    ByVal Lines As Integer
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Lines 
Height in pixel to remove from the top of a GdPicture image.  
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.