HRESULT CompareDocuments(
IFRDocument* RefDocument,
IFRDocument* UserDocument,
IIntsCollection* RefPageIndices,
IIntsCollection* UserPageIndices,
IComparisonResult** Result
);
IComparisonResult CompareDocuments(
IFRDocument RefDocument,
IFRDocument UserDocument,
IIntsCollection RefPageIndices,
IIntsCollection UserPageIndices
);
Function CompareDocuments( _
RefDocument As IFRDocument, _
UserDocument As IFRDocument, _
RefPageIndices As IIntsCollection, _
UserPageIndices As IIntsCollection _
) As IComparisonResult
這個頁面有幫助嗎?