I'm developing a Clipping report generator where I need to insert captured images from internet pages. Most of the time it is necessary to cut them and distribute them in the PDF pages. How do I crop an image programmatically every 300 pixels in height?
NOTE: This can be in VB or C #.