Load
Load(string)
Quelldokument fileName festlegen
public IConversionLoadOptionsOrSourceDocumentLoaded Load(string fileName)
Parameter |
Typ |
Beschreibung |
fileName |
String |
Quelldokument |
Siehe auch
Load(string[])
Quelldokumente festlegen array
public IConversionLoadOptionsOrSourceDocumentLoaded Load(string[] fileName)
Parameter |
Typ |
Beschreibung |
fileName |
String[] |
Satz von Quelldokumenten |
Siehe auch
Load(Func<Stream>)
Quelldokument stream festlegen
public IConversionLoadOptionsOrSourceDocumentLoaded Load(Func<Stream> documentStreamProvider)
Parameter |
Typ |
Beschreibung |
documentStreamProvider |
Func`1 |
Quelldokument-Stream-Anbieter |
Ausnahmen
Siehe auch
Load(Func<Stream[]>)
Streams für Quelldokumente festlegen array
public IConversionLoadOptionsOrSourceDocumentLoaded Load(Func<Stream[]> documentStreamProvider)
Parameter |
Typ |
Beschreibung |
documentStreamProvider |
Func`1 |
Anbieter von Quelldokument-Streams |
Ausnahmen
Siehe auch