Add
Contents
[
Hide
]
Add(string)
Adds file to comparison.
public void Add(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | Compared file path |
See Also
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Add(string, CompareOptions)
Adds folder to comparison.
public void Add(string filePath, CompareOptions compareOptions)
See Also
- class CompareOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Add(string, LoadOptions)
Adds file to comparison with loading options specified.
public void Add(string filePath, LoadOptions loadOptions)
Parameter | Type | Description |
---|---|---|
filePath | String | Compared file path |
loadOptions | LoadOptions | Load options |
Remarks
Learn more
- More about how to open and compare password-protected documents in C# using GroupDocs.Comparison for .NET: How to open and compare password-protected documents
- More about how to open and compare documents stored at local disk: How to open and compare files by file path
- More about how to open and compare documents from URL, FTP, Amazon S3, Azure Blob Storage and other storages: How to open and compare files from third-party storages
See Also
- class LoadOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Add(Stream)
Adds document stream to comparison.
public void Add(Stream document)
Parameter | Type | Description |
---|---|---|
document | Stream | Compared document stream |
Remarks
Learn more
- More about how to open and compare password-protected documents in C# using GroupDocs.Comparison for .NET: How to open and compare password-protected documents
- More about how to open and compare documents stored at local disk: How to open and compare files by file path
- More about how to open and compare documents from URL, FTP, Amazon S3, Azure Blob Storage and other storages: How to open and compare files from third-party storages
See Also
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Add(Stream, LoadOptions)
Adds document stream to comparison with loading options specified.
public void Add(Stream document, LoadOptions loadOptions)
Parameter | Type | Description |
---|---|---|
document | Stream | Compared document stream |
loadOptions | LoadOptions | Load options |
Remarks
Learn more
- More about how to open and compare password-protected documents in C# using GroupDocs.Comparison for .NET: How to open and compare password-protected documents
- More about how to open and compare documents stored at local disk: How to open and compare files by file path
- More about how to open and compare documents from URL, FTP, Amazon S3, Azure Blob Storage and other storages: How to open and compare files from third-party storages
See Also
- class LoadOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison