ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearICBorderOptions Class / nMinLinesNum Field




In This Topic
    nMinLinesNum Field
    In This Topic
    Specifies min number of lines with width not less than nMinLineWidth in one border block.
    Syntax
    'Declaration
     
    Public nMinLinesNum As Integer
    'Usage
     
    Dim instance As ImGearICBorderOptions
    Dim value As Integer
     
    value = instance.nMinLinesNum
     
    instance.nMinLinesNum = value
    public int nMinLinesNum
    public: int nMinLinesNum
    public:
    int nMinLinesNum

    Field Value

    Any integer value.
    See Also