'Declaration Public Overloads Overrides Sub Insert( _
ByVal indexИндекс (отсчитываемый от нуля), по которому должна быть вставлена страница.As System.Int32, _
ByVal imagesКоллекция изображений, которую нужно добавить в коллекцию.As Vintasoft.Imaging.ImageCollection, _
ByVal progressControllerКонтроллер хода выполнения.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
- Индекс (отсчитываемый от нуля), по которому должна быть вставлена страница.
- images
- Коллекция изображений, которую нужно добавить в коллекцию.
- progressController
- Контроллер хода выполнения.