Inserts the specified index.
Namespace: Spire.Pdf.AttachmentsAssembly: 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