'Declaration Public Overloads Overrides 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, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IProgressController _
)
public override void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection images,
Vintasoft.Imaging.Utils.IProgressController progressController
)
public: void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection* images,
Vintasoft.Imaging.Utils.IProgressController* progressController
); override
public:
void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection^ images,
Vintasoft.Imaging.Utils.IProgressController^ progressController
); override
Parameters
- index
- The zero-based index at which page should be inserted.
- images
- The image collection to add to the collection.
- progressController
- Progress controller.