Add

Add(string)

Voegt bestand toe aan vergelijking.

public void Add(string filePath)
Parameter Type Beschrijving
filePath String Bestandspad vergeleken

Zie ook


Add(string, LoadOptions)

Voegt bestand toe aan vergelijking met opgegeven laadopties.

public void Add(string filePath, LoadOptions loadOptions)
Parameter Type Beschrijving
filePath String Bestandspad vergeleken
loadOptions LoadOptions Laad opties

Opmerkingen

Kom meer te weten

Zie ook


Add(Stream)

Voegt documentstroom toe aan vergelijking.

public void Add(Stream document)
Parameter Type Beschrijving
document Stream Documentstroom vergeleken

Opmerkingen

Kom meer te weten

Zie ook


Add(Stream, LoadOptions)

Voegt documentstroom toe aan vergelijking met gespecificeerde laadopties.

public void Add(Stream document, LoadOptions loadOptions)
Parameter Type Beschrijving
document Stream Documentstroom vergeleken
loadOptions LoadOptions Laad opties

Opmerkingen

Kom meer te weten

Zie ook