Click or drag to resize

OcrPage Constructor

Constructs a new OcrPage object.
Overload List
  NameDescription
Public methodOcrPage
Initializes a new instance of the OcrPage class
Public methodOcrPage(AtalaImage)
Constructs an OcrPage with dimensions and resolution that match the supplied AtalaImage.
Public methodOcrPage(Rectangle, Dpi)
Constructs a page representing an arbitrary rectangle
Public methodOcrPage(Int32, Int32, AtalaImage)
Construct an OcrPage with a non-zero top corner.
Public methodOcrPage(Int32, Int32, Dpi)
Constructs an OcrPage with the given width and height and resolution.
Top
See Also