OcrPage.Resolution Property |
This property represents the overall resolution of the page.
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 virtual Dpi Resolution { get; set; }
Public Overridable Property Resolution As Dpi
Get
Set
Property Value
Type:
DpiRemarks Changing the resolution of a page with existing page elements doesn't change the page elements.
See Also