DocumentWriteProtectionSetPassword Method |
Sets the password. If password is or empty,
any existing password will be cleared.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public void SetPassword(
string password
)
Public Sub SetPassword (
password As String
)
Parameters
- password String
- The password.
See Also