Document Solutions for PDF
DS.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / QuietZone Class / QuietZone Constructor / QuietZone Constructor(Single,Single,Single,Single)
The left value of the quiet zone.
The top value of the quiet zone.
The right value of the quiet zone.
The bottom value of the quiet zone.

In This Topic
    QuietZone Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the 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 quiet zone.
    top
    The top value of the quiet zone.
    right
    The right value of the quiet zone.
    bottom
    The bottom value of the quiet zone.
    See Also