Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / QuietZone Class / QuietZone Constructor / QuietZone Constructor(Single,Single,Single,Single)
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(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of QuietZone class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As System.Single, _
       ByVal top As System.Single, _
       ByVal right As System.Single, _
       ByVal bottom As System.Single _
    )
    public QuietZone( 
       System.float left,
       System.float top,
       System.float right,
       System.float 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