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: 2025.1.16
Syntax public void SetPassword(
string password
)
Public Sub SetPassword (
password As String
)
Parameters
- password String
- The password.
See Also