1. GroupDocs.Conversion
  2. /
  3. GroupDocs.Conversion for .NET
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. IPasswordConvertOptions

IPasswordConvertOptions

IPasswordConvertOptions interface

Represents convert options that support password protection for converted documents.

public interface IPasswordConvertOptions

Properties

Name Description
Password { get; set; } Set this property if you want to protect the converted document with a password.

See Also