Document.Permission Property (Word)
Returns a Permission object that represents the permission settings in the specified document.
Syntax
expression .Permission
expression An expression that returns a Document object.
Example
The following example returns the permission settings for the active document.
Dim objPermission As Permission
Set objPermission = ActiveDocument.Permission