ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / Ean13TagHelper Class / QuietZone Property

In This Topic
    QuietZone Property (Ean13TagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Ean13.QuietZone. Sets the size of quiet zone (the blank margin) around the barcode symbol.
    Syntax
    'Declaration
     
    Public Overridable Shadows Property QuietZone As IQuietZoneWithAddOn
    public virtual new IQuietZoneWithAddOn QuietZone {get; set;}
    See Also