Click or drag to resize

PdfAttachmentCollection Insert Method

Inserts the specified index.

Namespace: Spire.Pdf.Attachments
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Insert(
	int index,
	PdfAttachment attachment
)

Parameters

index
Type: System Int32
The index.
attachment
Type: Spire.Pdf.Attachments PdfAttachment
The attachment.
See Also