Password

WordProcessingSaveOptions.Password property

Allows to specify, modify, obtain, or remove a password, which will be used to encode the generated WordProcessing document. Specify NULL or empty string for removing (cleaning) the password.

public string Password { get; set; }

See Also