ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeWriterBase Class / VerticalWhiteSpace Property




In This Topic
    VerticalWhiteSpace Property
    In This Topic
    Gets or sets the amount of white space above and below the barcode during creation.
    Syntax
    'Declaration
     
    Public Property VerticalWhiteSpace As Integer
    'Usage
     
    Dim instance As ImGearBarcodeWriterBase
    Dim value As Integer
     
    instance.VerticalWhiteSpace = value
     
    value = instance.VerticalWhiteSpace
    public int VerticalWhiteSpace {get; set;}
    public: __property int get_VerticalWhiteSpace();
    public: __property void set_VerticalWhiteSpace( 
       int value
    );
    public:
    property int VerticalWhiteSpace {
       int get();
       void set (    int value);
    }

    Property Value

    An integer value which represents the amount of white space.
    Remarks

    The default value is 50.

    The white space surrounding the barcode is also known as the quiet zone. The component requires a quiet zone for accurate barcode detection.

    See Also