CompareOutlines

Outlines

Descrição

Compares two OutlineID values.

Sintaxe

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);

Parâmetros

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.