1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for .NET
  4. /
  5. GroupDocs.Merger.Domain.Options
  6. /
  7. UpdatePasswordOptions

UpdatePasswordOptions

UpdatePasswordOptions class

Provides options for updating document password.

public class UpdatePasswordOptions : IUpdatePasswordOptions

Constructors

Name Description
UpdatePasswordOptions(string) Initializes a new instance of the UpdatePasswordOptions class.

Properties

Name Description
NewPassword { get; } A new password for the document protection.

See Also