tags:

views:

246

answers:

1

Can any one tell me In ASP.NET C#, how can i do a cropping of an aimage saved in server.I want to remove 10 px from the left of my picture. Thanks in advance

+1  A: 

If you want to do it on the server, then you would do it in C#:

C# Tutorial - Image Editing: Saving, Cropping, and Resizing

BengtBe