VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / AutoTextOrientationRequestParams Class / stripWidth Property
Syntax Remarks Requirements SeeAlso
In This Topic
    stripWidth Property (AutoTextOrientationRequestParams)
    In This Topic
    Gets or sets the width of strips, in pixels, for image scanning.
    Syntax
    'Declaration
    
    Public Property stripWidth As Integer
    
    
    public int stripWidth { get; set; }
    
    
    public: __property int get_stripWidth();
    public: __property void set_stripWidth(
    int value
    );
    public:
    property int stripWidth { int get(); void set(int value); }

    Property Value

    0 - width of strips is calculated automatically for each image depending on its resolution;
    20 and more - current value is used for width of strips.
    Default value is 0 (automatically computed width of strips).
    Remarks

    Stripping the image improves orientation determination of documents with:

    • mixed textual and nontextual contents (graphics, tables, diagrams, etc)
    • slight skew
    • border noise
    If value of this property is set manually, it must be sufficiently large to cover at least 10-15 standard symbols in a text line.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also