PdfOutline.Child(nint) Method

Definition

Returns the child outline object at the specified index in the children of this outline node.

[Foundation.Export("childAtIndex:")]
public virtual PdfKit.PdfOutline Child (nint index);
abstract member Child : nint -> PdfKit.PdfOutline
override this.Child : nint -> PdfKit.PdfOutline

Parameters

index
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to