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

Crops the left of a GdPicture image.

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