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
)
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
-
Type:
System
Int32
The index.
-
attachment
-
Type:
Spire.Pdf.Attachments
PdfAttachment
The attachment.
See Also