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


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