Document.PasswordEncryptionFileProperties Property

Definition

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.

Applies to