PdfOutline.Child(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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