PdfOutline.Child(IntPtr) Method

Definition

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

[Foundation.Export("childAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PdfKit.PdfOutline? Child(IntPtr index);
[<Foundation.Export("childAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Child : nativeint -> PdfKit.PdfOutline
override this.Child : nativeint -> PdfKit.PdfOutline

Parameters

index
IntPtr

nativeint

Returns

Attributes

Applies to