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

In This Topic
    AutoSize Property
    In This Topic
    Gets or sets a value to determine whether control should reset its size according to the barcode image.
    Syntax
    'Declaration
     
    Public Property AutoSize As System.Boolean
    public System.bool AutoSize {get; set;}
    See Also