  | PixOptionsMaxNoiseWidth Property  | 
 
            Gets or sets the maximum width when removing thin lines.
            
Remarks
            For a thin line to be removed, only its width must be less than this limit.
            The length of the line is not restricted. Thin lines are often left behind 
            after removing slanted grid lines. 
            
 
    Namespace: 
   Opait.Ocr.Api
    Assembly:
   Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntaxpublic int MaxNoiseWidth { get; set; }Property Value
Type: 
Int32
See Also