Click or drag to resize

CPDFOutlineMoveChildAtIndex Method

Moves child outline to specified index.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool MoveChildAtIndex(
	CPDFDocument document,
	CPDFOutline child,
	int index
)

Parameters

document
Type: ComPDFKit.PDFDocumentCPDFDocument
CPDFDocument object.
child
Type: ComPDFKit.PDFDocumentCPDFOutline
Child outline.
index
Type: SystemInt32
Specified index.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also