Nevron Open Vision Documentation
Nevron.Nov.Barcode Namespace / ENBarcodeSizeMode Enumeration


In This Topic
    ENBarcodeSizeMode Enumeration
    In This Topic
    Enumerates the QR code size modes.
    Syntax
    'Declaration
     
    
    Public Enum ENBarcodeSizeMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENBarcodeSizeMode
    public enum ENBarcodeSizeMode : System.Enum 
    Members
    MemberDescription
    FitThe barcode is drawn with such scale so that it fits the bounds of the widget (the Scale property is not taken into account).
    ScaleThe barcode size is calculated based on its Scale property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Barcode.ENBarcodeSizeMode

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also