[]
Defines the interface for loading documents.
public interface IDocumentLoader
Implementations of this interface are responsible for loading documents from various sources, such as files or streams, into a format that can be used by the application. The interface also provides access to the format of the document being loaded.
Name | Description |
---|---|
DocumentFormat | Gets the format of the document being loaded. |
Name | Description |
---|---|
Load(ILoadableFromFileAndStream) | Loads a document from a specified source. |