Example #1
0
 public void DocRemoveProtect(DocX document, Boolean removeProtect)
 {
     if (removeProtect)
     {
         document.RemoveProtection();
     }
 }