PdfOutline.InsertChild(PdfOutline, nint) Method

Definition

Inserts the specified node in the list of children at the specified index.

[Foundation.Export("insertChild:atIndex:")]
public virtual void InsertChild (PdfKit.PdfOutline child, nint index);
abstract member InsertChild : PdfKit.PdfOutline * nint -> unit
override this.InsertChild : PdfKit.PdfOutline * nint -> unit

Parameters

child
PdfOutline

The outline to insert.

index
System.System.IntPtr System.nativeint

The index at which to insert the child outline.

Attributes

Applies to