VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / AutoTextInvertCommand Class / AutoTextInvertCommand Constructors / AutoTextInvertCommand Constructor(Int32,Int32,Int32,Int32,Double,Double)
Syntax Requirements SeeAlso
In This Topic
    AutoTextInvertCommand Constructor(Int32,Int32,Int32,Int32,Double,Double)
    In This Topic
    Initializes a new instance of the AutoTextInvertCommand class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal minWidth
    Minimum width, in pixels, of inverted text block.
    As System.Int32, _
    ByVal maxWidth
    Maximum width, in pixels, of inverted text block.
    As System.Int32, _
    ByVal minHeight
    Minimum height, in pixels, of inverted text block.
    As System.Int32, _
    ByVal maxHeight
    Maximum height, in pixels, of inverted text block.
    As System.Int32, _
    ByVal minWhitePercentage
    Minimum percentage of white pixels in inverted text block.
    As Double, _
    ByVal maxWhitePercentage
    Maximum percentage of white pixels in inverted text block.
    As Double _
    )
    public AutoTextInvertCommand(
    System.Int32 minWidth,
    System.Int32 maxWidth,
    System.Int32 minHeight,
    System.Int32 maxHeight,
    double minWhitePercentage,
    double maxWhitePercentage
    )
    public: AutoTextInvertCommand(
    System.Int32 minWidth,
    System.Int32 maxWidth,
    System.Int32 minHeight,
    System.Int32 maxHeight,
    double minWhitePercentage,
    double maxWhitePercentage
    )
    public:
    AutoTextInvertCommand(
    System.Int32 minWidth,
    System.Int32 maxWidth,
    System.Int32 minHeight,
    System.Int32 maxHeight,
    double minWhitePercentage,
    double maxWhitePercentage
    )

    Parameters

    minWidth
    Minimum width, in pixels, of inverted text block.
    maxWidth
    Maximum width, in pixels, of inverted text block.
    minHeight
    Minimum height, in pixels, of inverted text block.
    maxHeight
    Maximum height, in pixels, of inverted text block.
    minWhitePercentage
    Minimum percentage of white pixels in inverted text block.
    maxWhitePercentage
    Maximum percentage of white pixels in inverted text block.
    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