←Select platform

CompareRasterPage Method

Summary

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

Syntax
C#
VB
C++
public LEADDocument 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 LEADDocument containing the output image.

Remarks

Exactly two DocumentPage objects must be provided.

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