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




In This Topic
    RequiredHeight Property
    In This Topic
    Gets the required height of the image in pixels based on the current settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property RequiredHeight As Integer
    'Usage
     
    Dim instance As ImGearBarcodeWriterBase
    Dim value As Integer
     
    value = instance.RequiredHeight
    public int RequiredHeight {get;}
    public: __property int get_RequiredHeight();
    public:
    property int RequiredHeight {
       int get();
    }

    Property Value

    An integer value which represents the required height.
    Remarks

    The required height is the sum of the minimum bar height + 2 * vertical spacing + the space required for the text (if displayed).

    This is the required height given the input parameters to create a barcode image. It is only valid after trying to make the barcode.

    See Also