iRobo.Activity.Add Watermark

 Add watermark to Image.


                                                                                                               

Properties

Input

  • Color -  Get watermark input color variable.
  • DestinationFolder -  watermarked Image path. (Mandatory)
  • Font -  Get watermark input font variable.
  • Image Format -  Get watermark input Image Format variable. (Mandatory)
  • Source File Path -  Image file path. (Mandatory)
  • Text -  Get watermark input String variable. (Mandatory)
  • Text Position -  Get watermark input point variable for Text position.


Misc

  • DisplayName - Activity header name.


Output

  • Output Image Path -  watermarked image full path.

Steps of Using Add Watermark Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Image Add Watermark Activity to the Sequence.
  3. Enter watermarked Image path in destination folder field in Properties Panel.
  4. Enter Image path in Source File Path field in Properties Panel.
  5. Enter format of  resulted Image in Image Format  field in Properties Panel, where VB Expression Input; such as System.Drawing.Imaging.ImageFormat.Jpeg
  6. Enter Watermark Color in Color field in Properties Panel, where VB Expression Input; such as 

System.Drawing.Color.Red

  1. Enter  Watermark Text Font in Font field in Properties Panel, where VB Expression Input; such as 

new system.Drawing.Font("Arial",24)

  1. Enter Watermark Text in Text field in Properties Panel. 
  2. Enter Watermark Text Position in Text Position field in Properties Panel, where VB Expression Input; such as 

new system.Drawing.Point(100,100)

  1. Click the Save button from iRobo Studio Menu to save Workflow.
  2. Click the Play button to start the automated process.




Created with the Personal Edition of HelpNDoc: Free EPub and documentation generator