←Select platform

GetLocations Method

Summary

Maps the result set to an enumerable of DifferenceLocations.

Syntax
C#
VB
C++
public override IEnumerable<DifferenceLocation> GetLocations() 
Public Overrides Function GetLocations() As IEnumerable(Of DifferenceLocation) 
public:  
   virtual IEnumerable<DifferenceLocation^>^ GetLocations() override 

Return Value

An enumerable of DifferenceLocations. If no PageCharacters exist, an empty list will be returned.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly