'Declaration Public Shared Function Create( _
ByVal textRegionThe text region.As Vintasoft.Imaging.Text.TextRegion, _
ByVal resolutionThe resolution of new OCR page.As Vintasoft.Imaging.Resolution _
) As OcrPage
public static OcrPage Create(
Vintasoft.Imaging.Text.TextRegion textRegion,
Vintasoft.Imaging.Resolution resolution
)
public: static OcrPage* Create(
Vintasoft.Imaging.Text.TextRegion* textRegion,
Vintasoft.Imaging.Resolution resolution
)
public:
static OcrPage^ Create(
Vintasoft.Imaging.Text.TextRegion^ textRegion,
Vintasoft.Imaging.Resolution resolution
)
Parameters
- textRegion
- The text region.
- resolution
- The resolution of new OCR page.
Return Value
A new instance of OcrPage class.