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

AddPasswordOptions

AddPasswordOptions class

Provides options for adding document password.

public class AddPasswordOptions : IAddPasswordOptions

Constructors

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

Properties

Name Description
Password { get; } The password for document protection.

See Also