ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / CompatibilityOptions Class / StretchBarCodesAsImages Property

In This Topic
    StretchBarCodesAsImages Property
    In This Topic
    Gets or sets a value indicating whether to stretch barcodes as images.

    The default value is false, which is compatible with previous versions.

    Syntax
    'Declaration
     
    Public Property StretchBarCodesAsImages As System.Boolean
    public System.bool StretchBarCodesAsImages {get; set;}
    See Also