Click or drag to resize
AceoffixCtrlWordCompare Method
Compares two different Word documents online.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public void WordCompare(
	string DocumentURL,
	string DocumentURL2,
	OpenModeType OpenMode,
	string UserName
)

Parameters

DocumentURL
Type: SystemString
The first Word document. Please refer to the OpenDocument method topic to learn how to use URL.
DocumentURL2
Type: SystemString
The second Word document. Please refer to the OpenDocument method topic to learn how to use URL.
OpenMode
Type: AceoffixOpenModeType
The open mode of the document. Only docFinalizeDraft and docReadOnly are valid here. When comparative result is displayed in docFinalizeDraft mode, users can edit the comparative result. When comparative result is displayed in docReadOnly mode, user can only view the comparative results.
UserName
Type: SystemString
The operator of the current document. Typically, UserName should be the name of the current user who has logged in your web application.
See Also