Parameters
- url
Type: System.String
The url of the image.
- savePath
Type: System.String
The save file path.
- leftBorder
Type: System.Int32
The indent from left border of the image.
- topBorder
Type: System.Int32
The indent from top border of the image.
- cropWidth
Type: System.Int32
The width for cropping.
- cropHeight
Type: System.Int32
The height for cropping.
- units
Type: System.String
Units of dimension of the parameters. It can be "pixel" or "percent".
- quality
Type: System.Int32
The image quality. The value from 0 to 100. Default value is 100.
- exif
Type: System.String
The Exif Tags for metadata of image. Default value is empty string. Each tag must be written from a new line. The format of data is follow: {TagName}|{TagValue}.