DiagramPageWatermarkOptions class

DiagramPageWatermarkOptions class

Represents watermark adding options when adding shape watermark to a particular page of a Visio document.

Inheritance: DiagramPageWatermarkOptionsDiagramWatermarkOptionsWatermarkOptions

The DiagramPageWatermarkOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the DiagramPageWatermarkOptions class.

Properties

Property Description
default Gets the default value for the WatermarkOptions class.
is_locked Gets or sets a value indicating whether an editing of the shape in Visio is forbidden.
page_index Gets or sets the page index to add watermark to.

Remarks

Learn more: | | |

Example

Add a protected watermark to the first page of a Visio document.

See Also