[]
Loads document from the specified Stream.
public void Load(Stream stream, IImageConverterService imageConverterService)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream. |
| IImageConverterService | imageConverterService | Service that converts image data from one format to another. |
Loads document from the specified RDF file.
public void Load(string fileName, IImageConverterService imageConverterService)
| Type | Name | Description |
|---|---|---|
| string | fileName | The RDF file. |
| IImageConverterService | imageConverterService | Service that converts image data from one format to another. |