PdfOutline.InsertChild(PdfOutline, 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.
Inserts the specified node in the list of children at the specified index.
[Foundation.Export("insertChild:atIndex:")]
public virtual void InsertChild (PdfKit.PdfOutline child, nint index);
abstract member InsertChild : PdfKit.PdfOutline * nint -> unit
override this.InsertChild : PdfKit.PdfOutline * nint -> unit
Parameters
- child
- PdfOutline
The outline to insert.
- index
- System.System.IntPtr System.nativeint
The index at which to insert the child outline.
- Attributes