English

How to Remove Visio Shape Protection using Python

Shape protection in Visio is a valuable tool that allows users to actively protect shapes from unintended actions such as deletion, relocation, or modification. In this article, you will learn how to remove Visio shape protection programmatically in Python.
January 17, 2024 · 3 min · Muzammil Khan

Protect or Unprotect Visio Diagram from Changes in C#

Visio files are used to represent different graphical diagrams like network layouts, database models, object mapping, etc. Some diagrams or layouts can be confidential so you might need to protect Visio files from unauthorized access. Accordingly, this article covers securing the Visio files by protecting or unprotecting the files as per your requirements.
October 24, 2022 · 2 min · Farhan Raza