Click or drag to resize

Pdf3DNodeCollection Insert Method

Inserts the specified index.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Insert(
	int index,
	Pdf3DNode value
)

Parameters

index
Type: System Int32
The index.
value
Type: Spire.Pdf.Annotations Pdf3DNode
The value.
See Also