SmartZone v7.1 - Updated
DefaultVerticalResolution Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Reader Class : DefaultVerticalResolution Property
Gets and sets the default vertical resolution, expressed in dots per inch (DPI), for images that do not report resolution.
Syntax
'Declaration
 
Public Property DefaultVerticalResolution As Integer
'Usage
 
Dim instance As Reader
Dim value As Integer
 
instance.DefaultVerticalResolution = value
 
value = instance.DefaultVerticalResolution
public int DefaultVerticalResolution {get; set;}
public: __property int get_DefaultVerticalResolution();
public: __property void set_DefaultVerticalResolution( 
   int value
);
public:
property int DefaultVerticalResolution {
   int get();
   void set (    int value);
}
Exceptions
ExceptionDescription
 
Remarks

Valid range: 70 to 2400

Default value: 300

This property is used during AnalyzeField(Object), AnalyzeField(IntPtr) and AnalyzeField(Bitmap), clamped to the valid range, when image vertical 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

Reference

Reader Class
Reader Members

Is this page helpful?
Yes No
Thanks for your feedback.