encrypt method

encrypt

Encrypts Presentation with specified password.

def encrypt(self, encryption_password):
    ...
ParameterTypeDescription
encryption_passwordstrThe password.

Examples

The following sample code shows you how to encrypt a PowerPoint Presentation.

See Also