Click or drag to resize

OcrPageWidth Property

This property sets or gets the width of the page.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Width { get; set; }

Property Value

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