Click or drag to resize

CPDFOutlineInsertChildAtIndex Method

Creates an outline object and inserts the outline object at the specified index.

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

Parameters

document
Type: ComPDFKit.PDFDocumentCPDFDocument
CPDFDocument object.
index
Type: SystemInt32
Child item index of outline.
outline
Type: ComPDFKit.PDFDocumentCPDFOutline
The new index object.

Return Value

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