| Helper | Description |
|---|---|
| WebImage(path) | Loads an image from the specified path. |
| WebImage.AddImagesWatermark(image) | Adds the specified image as a watermark. |
| WebImage.AddTextWatermark(text) | Adds the specified text to the image. |
| WebImage.FlipHorizontal() WebImage.FlipVertical() |
Flips the image horizontally or vertically. |
| WebImage.GetImageFromRequest() | Loads an image when an image is posted to a page during a file upload. |
| WebImage.Resize(width, height) | Resizes the image. |
| WebImage.RotateLeft() WebImage.RotateRight() |
Rotates the image to the left or the right. |
| WebImage.Save(path [, imageFormat]) | Saves the image to the specified path. |
Practice Excercise Practice now