←Select platform

CompareRasterPage Method

Summary

Performs a raster-based comparison on a list of DocumentPage objects.

Syntax
C#
VB
C++
public RasterImage CompareRasterPage( 
   IList<DocumentPage> pages, 
   RasterCompareOptions options 
) 
Public Function CompareRasterPage( 
   ByVal pages As IList(Of DocumentPage 
), 
   ByVal options As RasterCompareOptions) As RasterImage 
public:  
   RasterImage^ CompareRasterPage( 
      IList<DocumentPage^>^ pages, 
      RasterCompareOptions^ options 
   ) 

Parameters

pages

List of DocumentPage objects to compare.

options

The RasterCompareOptions to use.

Return Value

A new RasterImage containing the output image.

Remarks

Exactly two DocumentPage objects must be provided.

Requirements
Target Platforms
Help Version 21.0.2021.7.19
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.