Link Search Menu Expand Document

BaseRecognizerGetPageSize Method

Returns document page dimensions in pixels.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public Size GetPageSize(
	int pageIndex = 0
)

Parameters

pageIndex (Optional)
Type: SystemInt32
Page index.

Return Value

Type: Size
Dimensions 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