Click or drag to resize

DocumentWriteProtectionSetPassword Method

Sets the password. If password is or empty, any existing password will be cleared.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public void SetPassword(
	string password
)

Parameters

password  String
The password.
See Also