'Declaration Public Overloads Overrides Sub Insert( _
ByVal indexИндекс (отсчитываемый от нуля), по которому должна быть вставлена страница.As System.Int32, _
ByVal imageИзображение для вставки в коллекцию.As Vintasoft.Imaging.VintasoftImage, _
ByVal progressControllerКонтроллер хода выполнения.As Vintasoft.Imaging.Utils.IProgressController _
)
public override void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Utils.IProgressController progressController
)
public: void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Utils.IProgressController* progressController
); override
public:
void Insert(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Utils.IProgressController^ progressController
); override
Parameters
- index
- Индекс (отсчитываемый от нуля), по которому должна быть вставлена страница.
- image
- Изображение для вставки в коллекцию.
- progressController
- Контроллер хода выполнения.