ILoadOptions
ILoadOptions interface
Interface for the document loading options.
public interface ILoadOptions : IOptions
Properties
Name | Description |
---|---|
Encoding { get; } | The encoding used when opening text-based files such as CSV or TXT . Default value is Default. |
Extension { get; } | The extension of the file to open. |
Password { get; } | The password for opening password-protected file. |
Type { get; } | The type of the file to open. |
See Also
- interface IOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger