[]
        
(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)
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()