Add Watermark to Visio

Creating a Diagram

Aspose.Diagram for .NET lets you read and create Microsoft Visio diagrams from within your own applications, without Microsoft Office Automation. The first step when creating new documents, is to create a diagram. Then add shapes and connectors to build up the diagram. Use the default constructor of Diagram class to create a new diagram.

Programming Sample

This example work as follows:

  1. Create an object of the Diagram class.
  2. Add watermark to visio in page
  3. Call Save method of the Diagram class object and also pass complete file path and the DiagramSaveOptions object.

Add watermark Programming Sample

The following example code shows how to add watermark in the Visio diagram.