BaseRecognizerGetPageHeight Method ByteScout Text Recognition SDK
Returns document page height in pixels.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public int GetPageHeight(
	int pageIndex = 0
)

Parameters

pageIndex (Optional)
Type: SystemInt32
Page index.

Return Value

Type: Int32
Height of the document page in pixels.
Remarks

Pixel size of PDF document page is calculated from document point size (1/72") and PDFRenderingResolution value.
See Also

Reference