ComponentOne BarCode for WinForms
QuietZone Constructor(Double,Double,Double,Double)

C1.Win.BarCode.4 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.
Initializes a new instance of QuietZone class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal right As System.Double, _
   ByVal bottom As System.Double _
)
public QuietZone( 
   System.double left,
   System.double top,
   System.double right,
   System.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

Reference

QuietZone Class
QuietZone Members
Overload List