Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns True if Microsoft Word encrypts file properties for password-protected documents.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property PasswordEncryptionFileProperties As Boolean
Get
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.PasswordEncryptionFileProperties
bool PasswordEncryptionFileProperties { get; }
Property Value
Type: System.Boolean
Remarks
Use the SetPasswordEncryptionOptions method to specify whether Word encrypts file properties for password-protected documents.