BarCode for WPF | ComponentOne
C1.WPF.BarCode Assembly / C1.BarCode Namespace / QuietZone Class / QuietZone Constructor / QuietZone Constructor(Double,Double,Double,Double)
The left value of the barcode's QuietZone.
The top value of the barcode's QuietZone.
The right value of the barcode's QuietZone.
The bottom value of the barcode's QuietZone.

In This Topic
    QuietZone Constructor(Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of QuietZone class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal right As Double, _
       ByVal bottom As Double _
    )
    public QuietZone( 
       double left,
       double top,
       double right,
       double bottom
    )

    Parameters

    left
    The left value of the barcode's QuietZone.
    top
    The top value of the barcode's QuietZone.
    right
    The right value of the barcode's QuietZone.
    bottom
    The bottom value of the barcode's QuietZone.
    See Also