Parameters
- filePath
Type: System.String
The file path of the image for processing.
- savePath
Type: System.String
The save file path.
- imposition
Type: System.String
The type of the imposition. It can be "horizontally" or "diagonally".
- location
Type: System.String
The type of the location. It can be "center", "leftbottom", "lefttop", "rightbottom" or "righttop".
- path
Type: System.String
The file path of the image which will be a water mark.
- transparency
Type: System.Int32
The transparency of the water mark. The value from 0 to 100.
- offsetLeft
Type: System.Int32
The offset from left. Default value is 0.
- offsetTop
Type: System.Int32
The offset from top. Default value is 0.
- 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}.