1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. ILoadOptions

ILoadOptions

ILoadOptions interface

Common interface for all option classes, responsible for loading documents of different type formats

public interface ILoadOptions

Properties

Name Description
Password { get; set; } In implementing class should allow to set a password for the encoded password-protected document. By default password is not used - string has a NULL value.

See Also