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

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