PdfStampCollection
Insert Method
|
Inserts a stamp element to the collection at the specified position.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
System
Int32
The index of the stamp in the collection.
-
template
-
Type:
Spire.Pdf
PdfPageTemplateElement
The stamp element.
See Also