Click or drag to resize

OcrPage.Height Property

This property gets or sets the height of the OcrPage.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public int Height { get; set; }

Property Value

Type: Int32
An integer representing the height of the page in pixels.
Remarks
Changing the dimensions of a page with existing page elements doesn't change the page elements.
See Also