AddPrev

Top  Previous  Next

The AddPrev property is used to add a node, previous to the current node.

 

 

 

Syntax

 

 

 

[VC++]

CgtPDFOutlineX AddPrev(LPCTSTR Title, LPDISPATCH Destination, LPDISPATCH OutLineAttribute);

 

[CS]

public abstract new gtPDFOutlineX AddPrev (System.String Title, PDFtoolkitX.gtPDFDestinationX Destination, PDFtoolkitX.gtBookmarkAttributeX OutLineAttribute)

 

[VB]

Function AddPrev(Title As String, Destination As gtPDFDestinationX, OutLineAttribute As gtBookmarkAttributeX) As gtPDFOutlineX

 

 

 

 

Parameters

 

Title

[in] Indicates the name of the previous child.

 

Destination

[in] Refers to the position where previous child is located. Pass an instance of Destination object with its properties set.

 

OutLineAttribute

[in] Instance of gtBookmarkAttributeX, whose properties can be used to set the bookmark's color and style.

 

Return Value

 

 

Instance of gtPDFOutlineX that refers to the added node.