LoadOptions
Contents
[
Hide
]
LoadOptions class
Provides options for the document loading.
public class LoadOptions : ILoadOptions
Constructors
Name | Description |
---|---|
LoadOptions(FileType) | Initializes new instance of LoadOptions class. |
LoadOptions(string) | Initializes new instance of LoadOptions class. |
LoadOptions(FileType, FileType) | Initializes new instance of LoadOptions class. |
LoadOptions(FileType, string) | Initializes new instance of LoadOptions class. |
LoadOptions(string, Encoding) | Initializes new instance of LoadOptions class. |
LoadOptions(FileType, FileType, string) | Initializes new instance of LoadOptions class. |
LoadOptions(FileType, string, Encoding) | Initializes new instance of LoadOptions class. |
LoadOptions(FileType, FileType, string, Encoding) | Initializes new instance of LoadOptions class. |
LoadOptions(string, FileType, string, Encoding) | Initializes new instance of LoadOptions class. |
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 init. |
Password { get; } | The password for opening password-protected file. |
Type { get; } | The type of the file to load. |
See Also
- interface ILoadOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger