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