ComponentOne BarCode for ASP.NET Web Forms
C1.Win.BarCode.4 Assembly / C1.Win.BarCode Namespace / C1BarCode Class / AutoSize Property

In This Topic
    AutoSize Property (C1BarCode)
    In This Topic
    When set to True, the barcode automatically stretches to fit the control.
    Syntax
    'Declaration
     
    Public Overrides Property AutoSize As System.Boolean
    public override System.bool AutoSize {get; set;}
    See Also