AddPassword

Merger.AddPassword method

Protects document with password.

public void AddPassword(IAddPasswordOptions addPasswordOptions)
Parameter Type Description
addPasswordOptions IAddPasswordOptions The options for specifying the password.

Exceptions

exception condition
ArgumentNullException Thrown when addPasswordOptions is null.

Remarks

Learn more

See Also