ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearICBorderOptions Class / nBottomBorderSize Field




In This Topic
nBottomBorderSize Field
In This Topic
Specifies max size of the bottom border.
Syntax
'Declaration
 
Public nBottomBorderSize As Integer
 
'Usage
 
Dim instance As ImGearICBorderOptions
Dim value As Integer
 
value = instance.nBottomBorderSize
 
instance.nBottomBorderSize = value

Field Value

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