CompareOutlines

Outlines

Description

Compares two OutlineID values.

Syntax

Delphi

function TPDFlib.CompareOutlines(FirstOutlineID, SecondOutlineID: Integer): Integer;

ActiveX

Function PDFlib::CompareOutlines(FirstOutlineID As Long, SecondOutlineID As Long) As Long

DLL

int DLCompareOutlines(int InstanceID, int FirstOutlineID, int SecondOutlineID);

Parameters

FirstOutlineIDThe first OutlineID to compare The second OutlineID to compare
SecondOutlineID

Return values

0One or both of the OutlineID values were not valid or there is no relationship between the two outlines.
1The OutlineID values refer to the same outline item.