'Declaration Public Overloads Sub InsertPage( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal imageImage.As Vintasoft.Imaging.VintasoftImage, _
ByVal ocrPageOCR page.As Vintasoft.Imaging.Ocr.Results.OcrPage _
)
public void InsertPage(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Ocr.Results.OcrPage ocrPage
)
public: void InsertPage(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Ocr.Results.OcrPage* ocrPage
)
public:
void InsertPage(
System.Int32 index,
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Ocr.Results.OcrPage^ ocrPage
)
Parameters
- index
- The zero-based index at which page should be inserted.
- image
- Image.
- ocrPage
- OCR page.