QuietZone Constructor(Double,Double,Double,Double)
In This Topic
Initializes a new instance of QuietZone class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
public QuietZone(
System.double ,
System.double ,
System.double ,
System.double
)
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