Foxit PDF SDK
fsdk.CompareResultInfo Class Reference

Public Member Functions

def GetDiff_contents ()
 Get different contents as compared result. More...
 
def GetRect_array ()
 Get rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared. More...
 
def SetDiff_contents (value)
 Set different contents as compared result. More...
 
def SetRect_array (value)
 Set rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared. More...
 

Detailed Description

This class represents the compare result information.

Member Function Documentation

◆ GetDiff_contents()

fsdk.CompareResultInfo.GetDiff_contents ( )

Get different contents as compared result.

Returns
Different contents as compared result.

◆ GetRect_array()

fsdk.CompareResultInfo.GetRect_array ( )

Get rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared.

Returns
Rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared.

◆ SetDiff_contents()

fsdk.CompareResultInfo.SetDiff_contents (   value)

Set different contents as compared result.

Parameters
[in]valueDifferent contents as compared result.
Returns
None.

◆ SetRect_array()

fsdk.CompareResultInfo.SetRect_array (   value)

Set rectangle array which specifies the location of parameter diff_contents in the PDF page to be compared.

Parameters
[in]valueRectangle array which specifies the location of parameter diff_contents in the PDF page to be compared.
Returns
None.