Load

Load(string)

Brondocument bestandsnaam instellen

public IConversionLoadOptionsOrSourceDocumentLoaded Load(string fileName)
Parameter Type Beschrijving
fileName String Bron document

Zie ook


Load(string[])

Stel brondocumenten array in

public IConversionLoadOptionsOrSourceDocumentLoaded Load(string[] fileName)
Parameter Type Beschrijving
fileName String[] Set brondocumenten

Zie ook


Load(Func<Stream>)

Brondocumentstroom instellen

public IConversionLoadOptionsOrSourceDocumentLoaded Load(Func<Stream> documentStreamProvider)
Parameter Type Beschrijving
documentStreamProvider Func`1 Brondocumentstroomprovider

Uitzonderingen

uitzondering voorwaarde
InvalidConverterSettingsException

Zie ook


Load(Func<Stream[]>)

Brondocumentstromen instellen array

public IConversionLoadOptionsOrSourceDocumentLoaded Load(Func<Stream[]> documentStreamProvider)
Parameter Type Beschrijving
documentStreamProvider Func`1 Provider van brondocumentstromen

Uitzonderingen

uitzondering voorwaarde
InvalidConverterSettingsException

Zie ook