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

In This Topic
    AutoSize Property
    In This Topic
    Specifies if the HTML image element's dimensions are inferred from image's binary data
    Syntax
    'Declaration
     
    Public Property AutoSize As System.Boolean
    public System.bool AutoSize {get; set;}
    See Also