Protects document with password.
Namespace: GroupDocs.MergerAssembly: GroupDocs.Merger (in GroupDocs.Merger.dll) Version: 22.4.0.0
Syntaxpublic void AddPassword(
IAddPasswordOptions addPasswordOptions
)
Public Sub AddPassword (
addPasswordOptions As IAddPasswordOptions
)
public:
void AddPassword(
IAddPasswordOptions^ addPasswordOptions
)
member AddPassword :
addPasswordOptions : IAddPasswordOptions -> unit
Parameters
- addPasswordOptions
- Type: GroupDocs.Merger.Domain.OptionsIAddPasswordOptions
The options for specifying the password.
Exceptions
Remarks
See Also