| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : ImageProcessingWaterMarkImageFromUrl Method |
Type: System.String
The url of the image.
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 url of the image.
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 url ZennoPoster.ImageProcessingWaterMarkImageFromUrl("someurl.com/image.php", "C:\\ResultImage.jpeg", "horizontally", "center", "C:\\WaterMarkImage.jpeg", 50, 10, 10);
// add water mark to image from url ZennoLab\CommandCenter\ZennoPoster::ImageProcessingWaterMarkImageFromUrl("someurl.com/image.php", "C:\\ResultImage.jpeg", "horizontally", "center", "C:\\WaterMarkImage.jpeg", 50, 10, 10);
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven
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
ImageProcessingWaterMarkImageFromFile Method
ImageProcessingWaterMarkImageFromScreenshot Method
ImageProcessingWaterMarkTextFromFile Method
ImageProcessingWaterMarkTextFromScreenshot Method
ImageProcessingWaterMarkTextFromUrl Method