Comparer
Comparer(string)
Initializes new instance of Comparer
class with source file path.
public Comparer(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | File path |
Remarks
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
See Also
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Comparer(string, CompareOptions)
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 |
Remarks
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
See Also
- class CompareOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Comparer(string, LoadOptions)
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 |
Remarks
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
See Also
- class LoadOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Comparer(string, ComparerSettings)
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 |
Remarks
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
See Also
- class ComparerSettings
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Comparer(string, LoadOptions, ComparerSettings)
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 |
Remarks
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
See Also
- class LoadOptions
- class ComparerSettings
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Comparer(Stream)
Initializes new instance of Comparer
class with source document stream.
public Comparer(Stream document)
Parameter | Type | Description |
---|---|---|
document | Stream | Source document stream |
Remarks
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
See Also
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Comparer(Stream, LoadOptions)
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 |
Remarks
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
See Also
- class LoadOptions
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Comparer(Stream, ComparerSettings)
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 |
Remarks
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
See Also
- class ComparerSettings
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison
Comparer(Stream, LoadOptions, ComparerSettings)
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 |
Remarks
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
See Also
- class LoadOptions
- class ComparerSettings
- class Comparer
- namespace GroupDocs.Comparison
- assembly GroupDocs.Comparison