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
此页面对您有帮助吗?