[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.QuietZone

QuietZone Class

Represents the blank space around a barcode that helps scanners to detect the barcode.

Inheritance
QuietZone
Namespace: GrapeCity.Documents.Barcode
Assembly: DS.Documents.Barcode.dll
Syntax
public class QuietZone
Public Class QuietZone

Constructors

Name Description
QuietZone()

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

QuietZone(float, float, float, float)

Initializes a new instance of the QuietZone class.

Properties

Name Description
Bottom

Gets or sets the bottom value of the quiet zone.

Left

Gets or sets the left value of the quiet zone.

Right

Gets or sets the right value of the quiet zone.

Top

Gets or sets the top value of the quiet zone.

Methods

Name Description
AssignFrom(QuietZone)

Copies properties from another QuietZone to the current object.

NotifyChangeValue()

Notifies of value changing

ToString()

Returns a string that represents the current quiet zone.