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




In This Topic
    nRightBorderSize Field
    In This Topic
    Specifies max size of the right border.
    Syntax
    'Declaration
     
    Public nRightBorderSize As Integer
    'Usage
     
    Dim instance As ImGearICBorderOptions
    Dim value As Integer
     
    value = instance.nRightBorderSize
     
    instance.nRightBorderSize = value
    public int nRightBorderSize
    public: int nRightBorderSize
    public:
    int nRightBorderSize

    Field Value

    Any integer value.
    Remarks
    The size unit of measure is pixels.
    See Also