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
)
Public Sub Insert (
index As Integer,
value As Pdf3DNode
)
public:
void Insert(
int index,
Pdf3DNode^ value
)
member Insert :
index : int *
value : Pdf3DNode -> unit
Parameters
-
index
-
Type:
System
Int32
The index.
-
value
-
Type:
Spire.Pdf.Annotations
Pdf3DNode
The value.
See Also