PdfOutline.Child(nint) 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:")]
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