'Declaration Public Overloads Sub SetAsBackground( _
ByVal indexThe index of PDF page.As System.Int32, _
ByVal ocrPageThe OCR page, which must be set as background of PDF page.As Vintasoft.Imaging.Ocr.Results.OcrPage, _
ByVal ocrPageTransformThe transform, which must be applied to OCR page.As Vintasoft.Imaging.AffineMatrix _
)
public void SetAsBackground(
System.Int32 index,
Vintasoft.Imaging.Ocr.Results.OcrPage ocrPage,
Vintasoft.Imaging.AffineMatrix ocrPageTransform
)
public: void SetAsBackground(
System.Int32 index,
Vintasoft.Imaging.Ocr.Results.OcrPage* ocrPage,
Vintasoft.Imaging.AffineMatrix* ocrPageTransform
)
public:
void SetAsBackground(
System.Int32 index,
Vintasoft.Imaging.Ocr.Results.OcrPage^ ocrPage,
Vintasoft.Imaging.AffineMatrix^ ocrPageTransform
)
Parameters
- index
- The index of PDF page.
- ocrPage
- The OCR page, which must be set as background of PDF page.
- ocrPageTransform
- The transform, which must be applied to OCR page.