| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : ImageProcessingWaterMarkImageFromFile Method |
Type: System.String
The file path of the image for processing.
Type: System.String
The save file path.
Type: System.String
The type of the imposition. It can be "horizontally" or "diagonally".
Type: System.String
The type of the location. It can be "center", "leftbottom", "lefttop", "rightbottom" or "righttop".
Type: System.String
The file path of the image which will be a water mark.
Type: System.Int32
The transparency of the water mark. The value from 0 to 100.
Type: System.Int32
The offset from left. Default value is 0.
Type: System.Int32
The offset from top. Default value is 0.
Type: System.String
The file path of the image for processing.
Type: System.String
The save file path.
Type: System.String
The type of the imposition. It can be "horizontally" or "diagonally".
Type: System.String
The type of the location. It can be "center", "leftbottom", "lefttop", "rightbottom" or "righttop".
Type: System.String
The file path of the image which will be a water mark.
Type: System.Int32
The transparency of the water mark. The value from 0 to 100.
Type: System.Int32
The offset from left. Default value is 0.
Type: System.Int32
The offset from top. Default value is 0.
// add water mark to image from file ZennoPoster.ImageProcessingWaterMarkImageFromFile("C:\\ImageForWaterMark.jpeg", "C:\\ResultImage.jpeg", "horizontally", "center", "C:\\WaterMarkImage.jpeg", 50, 10, 10);
// add water mark to image from file ZennoLab\CommandCenter\ZennoPoster::ImageProcessingWaterMarkImageFromFile("C:\\ImageForWaterMark.jpeg", "C:\\ResultImage.jpeg", "horizontally", "center", "C:\\WaterMarkImage.jpeg", 50, 10, 10);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
ZennoPoster Class
ZennoPoster Members
ImageProcessingCropFromFile Method
ImageProcessingCropFromScreenshot Method
ImageProcessingCropFromUrl Method
ImageProcessingResizeFromFile Method
ImageProcessingResizeFromScreenshot Method
ImageProcessingResizeFromUrl Method
ImageProcessingRotateFromFile Method
ImageProcessingRotateFromScreenshot Method
ImageProcessingRotateFromUrl Method
ImageProcessingUntreatedFromFile Method
ImageProcessingUntreatedFromScreenshot Method
ImageProcessingUntreatedFromUrl Method
ImageProcessingWaterMarkImageFromScreenshot Method
ImageProcessingWaterMarkImageFromUrl Method
ImageProcessingWaterMarkTextFromFile Method
ImageProcessingWaterMarkTextFromScreenshot Method
ImageProcessingWaterMarkTextFromUrl Method
ImageProcessingMirrorFromFile Method
ImageProcessingMirrorFromScreenshot Method
ImageProcessingMirrorFromUrl Method