SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / DefaultHorizontalResolution Property




DefaultHorizontalResolution Property
Gets and sets the default horizontal resolution, expressed in dots per inch (DPI), for images that do not report resolution.
Syntax
'Declaration
 
Public Property DefaultHorizontalResolution As Integer
 
'Usage
 
Dim instance As Reader
Dim value As Integer
 
instance.DefaultHorizontalResolution = value
 
value = instance.DefaultHorizontalResolution
Exceptions
ExceptionDescription
 
Remarks

Valid range: 70 to 2400

Default value: 300

This property is used during AnalyzeField(Object), AnalyzeField(IntPtr), and AnalyzeField(Image), clamped to the valid range, when image horizontal resolution is either unknown or zero. For the best recognition results, ensure that image objects provided to SmartZone have accurate resolution information already set.

See Also