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