'Declaration Public Overloads Sub Insert( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal imagesThe image collection to add to the collection.As Vintasoft.Imaging.ImageCollection _
)
public void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection images
)
public: void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection* images
)
public:
void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection^ images
)
Parameters
- index
- The zero-based index at which page should be inserted.
- images
- The image collection to add to the collection.