VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetTextOrientationCommand Class / StripWidth Property
Syntax Remarks Requirements SeeAlso
In This Topic
StripWidth Property (GetTextOrientationCommand)
In This Topic
Gets or sets the width of strips, in pixels, for image scanning.
Syntax
'Declaration

<DescriptionAttribute("Width of strips, in pixels, for image scanning.
0 - width of strips is calculated automatically for each image depending on its resolution; 20 and more - strip with in pixels.")>
<DefaultValueAttribute(0)>
Public Property StripWidth As System.Int32

[Description("Width of strips, in pixels, for image scanning.
0 - width of strips is calculated automatically for each image depending on its resolution; 20 and more - strip with in pixels.")]
[DefaultValue(0)]
public System.Int32 StripWidth { get; set; }

Property Value

0 - width of strips is calculated automatically for each image depending on its resolution;
20 and more - strip width in pixels.
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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also