[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.QuietZone.-ctor

QuietZone Constructor

QuietZone(float, float, float, float)

Initializes a new instance of the QuietZone class.

Declaration
public QuietZone(float left, float top, float right, float bottom)
Public Sub New(left As Single, top As Single, right As Single, bottom As Single)
Parameters
Type Name Description
float left

The left value of the quiet zone.

float top

The top value of the quiet zone.

float right

The right value of the quiet zone.

float bottom

The bottom value of the quiet zone.

QuietZone()

Initializes a new instance of the QuietZone class with zero values.

Declaration
public QuietZone()
Public Sub New()