AceoffixCtrlWordCompare Method |
Compares two different Word documents online.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic void WordCompare(
string DocumentURL,
string DocumentURL2,
OpenModeType OpenMode,
string UserName
)
Public Sub WordCompare (
DocumentURL As String,
DocumentURL2 As String,
OpenMode As OpenModeType,
UserName As String
)
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