ApplyRevisionChanges

ApplyRevisionChanges(ApplyRevisionOptions)

Processes changes in revisions and applies them to the same file from which the revisions were taken.

public void ApplyRevisionChanges(ApplyRevisionOptions changes)
Parameter Type Description
changes ApplyRevisionOptions List of changed revisions

See Also


ApplyRevisionChanges(string, ApplyRevisionOptions)

Processes changes in revisions, and the result is written to the specified file by path.

public void ApplyRevisionChanges(string filePath, ApplyRevisionOptions changes)
Parameter Type Description
filePath String Result file path
changes ApplyRevisionOptions List of changed revisions

See Also


ApplyRevisionChanges(Stream, ApplyRevisionOptions)

Processes changes in revisions and the result is written to the document stream.

public void ApplyRevisionChanges(Stream document, ApplyRevisionOptions changes)
Parameter Type Description
document Stream Result document
changes ApplyRevisionOptions List of changed revisions

See Also