PresentationContentEncrypt Method |
Encrypts the document.
Namespace: GroupDocs.Watermark.Contents.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic void Encrypt(
string password
)
Public Sub Encrypt (
password As String
)
public:
virtual void Encrypt(
String^ password
) sealed
abstract Encrypt :
password : string -> unit
override Encrypt :
password : string -> unit
Parameters
- password
- Type: SystemString
The password that will be required to open the document.
See Also