Document.PasswordEncryptionFileProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether Microsoft Office Word encrypts file properties for password-protected documents.
public:
property bool PasswordEncryptionFileProperties { bool get(); };
public bool PasswordEncryptionFileProperties { get; }
member this.PasswordEncryptionFileProperties : bool
Public ReadOnly Property PasswordEncryptionFileProperties As Boolean
Property Value
true
if Microsoft Office Word encrypts file properties for password-protected documents; otherwise, false
.
Remarks
Use the SetPasswordEncryptionOptions method to specify whether Word encrypts file properties for password-protected documents.