Share via


PdfOutline.InsertChild(PdfOutline, IntPtr) Method

Definition

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

[Foundation.Export("insertChild:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertChild(PdfKit.PdfOutline child, IntPtr index);
[<Foundation.Export("insertChild:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertChild : PdfKit.PdfOutline * nativeint -> unit
override this.InsertChild : PdfKit.PdfOutline * nativeint -> unit

Parameters

child
PdfOutline

The outline to insert.

index
IntPtr

nativeint

The index at which to insert the child outline.

Attributes

Applies to