ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Ean13 Class / QuietZone Property

In This Topic
    QuietZone Property (Ean13)
    In This Topic
    Gets or sets the size of quiet zone (the blank margin) around the barcode symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Shadows Property QuietZone As IQuietZoneWithAddOn
    [Json(1)]
    public virtual new IQuietZoneWithAddOn QuietZone {get; set;}
    See Also