Inserts the specified index.

Namespace: Spire.Pdf.Attachments
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

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

Parameters

index
Int32
The index.
attachment
PdfAttachment
The attachment.

See Also