'Declaration Public Overloads Overrides Sub Insert( _
ByVal indexНулевой индекс, по которому должна быть вставлена page.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
- Нулевой индекс, по которому должна быть вставлена page.
- image
- Изображение для вставки в коллекцию страниц.
- progressController
- Контроллер выполнения.