Skip to main content

Add Picture

Adds a picture at the end of a specified Word document.

Input

  • Picture to Insert: The file path of the image to add to the file
    • Type: System.String
    • Required

Insert Option

  • Position Where to Insert: Position Where to Insert
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • Start
      • End
      • Before
      • After
      • Replace
  • Occurrence: It is used to specify where to look for the presence of the given expression.
    • Type: System.Int32
    • Dropdown Options:
      • All
      • First
      • Last
      • Specific
  • Occurence Index: Returns the index where the given expression is found
    • Type: System.Int32

Details

  • This activity can only be used within a Word Application Scope activity. Word application must be installed on the machine where the process will run.