_Document.PasswordEncryptionFileProperties Property

Definition

Returns True if Microsoft 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

Remarks

Use the SetPasswordEncryptionOptions(String, String, Int32, Object) method to specify whether Word encrypts file properties for password-protected documents.

Applies to