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 LongDLL
int DLCompareOutlines(int InstanceID, int FirstOutlineID, int SecondOutlineID);Parameters
| FirstOutlineID | The first OutlineID to compare The second OutlineID to compare |
|---|---|
| SecondOutlineID |
Return values
| 0 | One or both of the OutlineID values were not valid or there is no relationship between the two outlines. |
|---|---|
| 1 | The OutlineID values refer to the same outline item. |