VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr Namespace / OcrRecognitionRegionSplittingSettings Class / OcrRecognitionRegionSplittingSettings Constructors / OcrRecognitionRegionSplittingSettings Constructor(Int32,Int32,Int32)
Syntax Requirements SeeAlso
In This Topic
    OcrRecognitionRegionSplittingSettings Constructor(Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the OcrRecognitionRegionSplittingSettings class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal maxRegionWidth
    Maximum width of the recognition region.
    As System.Int32, _
    ByVal maxRegionHeight
    Maximum height of the recognition region.
    As System.Int32, _
    ByVal maxWordSize
    Maximum size of the word.
    As System.Int32 _
    )
    public OcrRecognitionRegionSplittingSettings(
    System.Int32 maxRegionWidth,
    System.Int32 maxRegionHeight,
    System.Int32 maxWordSize
    )
    public: OcrRecognitionRegionSplittingSettings(
    System.Int32 maxRegionWidth,
    System.Int32 maxRegionHeight,
    System.Int32 maxWordSize
    )
    public:
    OcrRecognitionRegionSplittingSettings(
    System.Int32 maxRegionWidth,
    System.Int32 maxRegionHeight,
    System.Int32 maxWordSize
    )

    Parameters

    maxRegionWidth
    Maximum width of the recognition region.
    maxRegionHeight
    Maximum height of the recognition region.
    maxWordSize
    Maximum size of the word.
    Requirements

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

    See Also