Comparer
Leave feedback
On this page
Initializes new instance of Comparer class with source file path.
public Comparer(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | File path |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Initializes new instance of Comparer with source folder path and CompareOptions.
public Comparer(string folderPath, CompareOptions compareOptions)
| Parameter | Type | Description |
|---|---|---|
| folderPath | String | Folder path |
| compareOptions | CompareOptions | Compare options |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- class CompareOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Initializes new instance of Comparer with source file path and LoadOptions.
public Comparer(string filePath, LoadOptions loadOptions)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | File path |
| loadOptions | LoadOptions | Load options |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- More about how to open and compare password-protected documents: Open and compare password-protected documents
- More about how to open and compare document from URL, FTP, Amazon S3, Azure Blob Storage and others: Open and compare documents from third-party storages
- class LoadOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Initializes new instance of Comparer class with source file path and ComparerSettings.
public Comparer(string filePath, ComparerSettings settings)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | File path |
| settings | ComparerSettings | Settings for comparison |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- class ComparerSettings
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Initializes new instance of Comparer class with source file path, LoadOptions and ComparerSettings.
public Comparer(string filePath, LoadOptions loadOptions, ComparerSettings settings)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | File path |
| loadOptions | LoadOptions | Load options |
| settings | ComparerSettings | Settings for comparison |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- More about how to open and compare password-protected documents: Open and compare password-protected documents
- More about how to open and compare document from URL, FTP, Amazon S3, Azure Blob Storage and others: Open and compare documents from third-party storages
- class LoadOptions
- class ComparerSettings
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Initializes new instance of Comparer class with source document stream.
public Comparer(Stream document)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Source document stream |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Initializes new instance of Comparer with source document stream and LoadOptions.
public Comparer(Stream document, LoadOptions loadOptions)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Source document stream |
| loadOptions | LoadOptions | Load options |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- More about how to open and compare password-protected documents: Open and compare password-protected documents
- More about how to open and compare document from URL, FTP, Amazon S3, Azure Blob Storage and others: Open and compare documents from third-party storages
- class LoadOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Initializes new instance of Comparer class with source document stream and ComparerSettings.
public Comparer(Stream document, ComparerSettings settings)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Source document stream |
| settings | ComparerSettings | Settings for comparison |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- class ComparerSettings
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Initializes new instance of Comparer class with document stream, LoadOptions and ComparerSettings.
public Comparer(Stream document, LoadOptions loadOptions, ComparerSettings settings)
| Parameter | Type | Description |
|---|---|---|
| document | Stream | Source document stream |
| loadOptions | LoadOptions | Load options |
| settings | ComparerSettings | Settings for comparison |
Learn more
- More about file types supported by GroupDocs.Comparison: Document formats supported by GroupDocs.Comparison
- More about GroupDocs.Comparison for .NET features: Developer Guide
- More about how to open and compare password-protected documents: Open and compare password-protected documents
- More about how to open and compare document from URL, FTP, Amazon S3, Azure Blob Storage and others: Open and compare documents from third-party storages
- class LoadOptions
- class ComparerSettings
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
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.