[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.QuietZone

Class QuietZone

Namespace
GrapeCity.Documents.Barcode
Assembly
GcDocs.Barcode.dll

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

public class QuietZone
Inheritance
object
QuietZone
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

QuietZone()

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

public QuietZone()

QuietZone(float, float, float, float)

Initializes a new instance of the QuietZone class.

public QuietZone(float left, float top, float right, float bottom)

Parameters

left float

The left value of the quiet zone.

top float

The top value of the quiet zone.

right float

The right value of the quiet zone.

bottom float

The bottom value of the quiet zone.

Properties

Bottom

Gets or sets the bottom value of the quiet zone.

public float Bottom { get; set; }

Property Value

float

Left

Gets or sets the left value of the quiet zone.

public float Left { get; set; }

Property Value

float

Right

Gets or sets the right value of the quiet zone.

public float Right { get; set; }

Property Value

float

Top

Gets or sets the top value of the quiet zone.

public float Top { get; set; }

Property Value

float

Methods

AssignFrom(QuietZone)

Copies properties from another QuietZone to the current object.

public void AssignFrom(QuietZone source)

Parameters

source QuietZone

The source object to copy properties from.

NotifyChangeValue()

Notifies of value changing

protected void NotifyChangeValue()

ToString()

Returns a string that represents the current quiet zone.

public override string ToString()

Returns

string