RevisionHandler
RevisionHandler(string)
Initializes new instance of RevisionHandler
class with the path to the file with revisions.
public RevisionHandler(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | File path |
See Also
- class RevisionHandler
- namespace GroupDocs.Comparison.Words.Revision
- assembly GroupDocs.Comparison
RevisionHandler(Stream)
Initializes new instance of RevisionHandler
class with a file stream with revisions.
public RevisionHandler(Stream file)
Parameter | Type | Description |
---|---|---|
file | Stream | Source document stream |
See Also
- class RevisionHandler
- namespace GroupDocs.Comparison.Words.Revision
- assembly GroupDocs.Comparison