Inserts a stamp element to the collection at the specified position.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Insert(
	int index,
	PdfPageTemplateElement template
)
Public Sub Insert ( 
	index As Integer,
	template As PdfPageTemplateElement
)
public:
void Insert(
	int index, 
	PdfPageTemplateElement^ template
)
member Insert : 
        index : int * 
        template : PdfPageTemplateElement -> unit 

Parameters

index
Int32
The index of the stamp in the collection.
template
PdfPageTemplateElement
The stamp element.

See Also