ITessApiSignaturesPageIteratorBoundingBox Method ByteScout Text Recognition SDK

[Missing <summary> documentation for "M:Tesseract4.Interop.ITessApiSignatures.PageIteratorBoundingBox(System.Runtime.InteropServices.HandleRef,Tesseract4.PageIteratorLevel,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

Namespace:  Tesseract4.Interop
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 1.5.1.210-local
Syntax

int PageIteratorBoundingBox(
	HandleRef handle,
	PageIteratorLevel level,
	out int left,
	out int top,
	out int right,
	out int bottom
)

Parameters

handle
Type: System.Runtime.InteropServicesHandleRef

[Missing <param name="handle"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.PageIteratorBoundingBox(System.Runtime.InteropServices.HandleRef,Tesseract4.PageIteratorLevel,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

level
Type: Tesseract4PageIteratorLevel

[Missing <param name="level"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.PageIteratorBoundingBox(System.Runtime.InteropServices.HandleRef,Tesseract4.PageIteratorLevel,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

left
Type: SystemInt32

[Missing <param name="left"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.PageIteratorBoundingBox(System.Runtime.InteropServices.HandleRef,Tesseract4.PageIteratorLevel,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

top
Type: SystemInt32

[Missing <param name="top"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.PageIteratorBoundingBox(System.Runtime.InteropServices.HandleRef,Tesseract4.PageIteratorLevel,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

right
Type: SystemInt32

[Missing <param name="right"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.PageIteratorBoundingBox(System.Runtime.InteropServices.HandleRef,Tesseract4.PageIteratorLevel,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

bottom
Type: SystemInt32

[Missing <param name="bottom"/> documentation for "M:Tesseract4.Interop.ITessApiSignatures.PageIteratorBoundingBox(System.Runtime.InteropServices.HandleRef,Tesseract4.PageIteratorLevel,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Tesseract4.Interop.ITessApiSignatures.PageIteratorBoundingBox(System.Runtime.InteropServices.HandleRef,Tesseract4.PageIteratorLevel,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

See Also

Reference