Load
Leave feedback
On this page
Set source document fileName
public IConversionLoadOptionsOrSourceDocumentLoaded Load(string fileName)
| Parameter | Type | Description |
|---|---|---|
| fileName | String | Source document |
- interface IConversionLoadOptionsOrSourceDocumentLoaded
- interface IConversionFrom
- namespace GroupDocs.Conversion.Fluent
- assembly GroupDocs.Conversion
Set source documents array
public IConversionLoadOptionsOrSourceDocumentLoaded Load(string[] fileName)
| Parameter | Type | Description |
|---|---|---|
| fileName | String[] | Set of source documents |
- interface IConversionLoadOptionsOrSourceDocumentLoaded
- interface IConversionFrom
- namespace GroupDocs.Conversion.Fluent
- assembly GroupDocs.Conversion
Set source document stream
public IConversionLoadOptionsOrSourceDocumentLoaded Load(Func<Stream> documentStreamProvider)
| Parameter | Type | Description |
|---|---|---|
| documentStreamProvider | Func`1 | Source document stream provider |
| exception | condition |
|---|---|
| InvalidConverterSettingsException | If validation of converter settings fails this exception will be thrown |
- interface IConversionLoadOptionsOrSourceDocumentLoaded
- interface IConversionFrom
- namespace GroupDocs.Conversion.Fluent
- assembly GroupDocs.Conversion
Set source documents streams array
public IConversionLoadOptionsOrSourceDocumentLoaded Load(Func<Stream[]> documentStreamProvider)
| Parameter | Type | Description |
|---|---|---|
| documentStreamProvider | Func`1 | Source document streams provider |
| exception | condition |
|---|---|
| InvalidConverterSettingsException | If validation of converter settings fails this exception will be thrown |
- interface IConversionLoadOptionsOrSourceDocumentLoaded
- interface IConversionFrom
- namespace GroupDocs.Conversion.Fluent
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.