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




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

    Field Value

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