[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.ModuleSize

Class ModuleSize

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

Represents the width of narrow and wide bars.

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

Constructors

ModuleSize()

Initializes a new instance of ModuleSize.

public ModuleSize()

ModuleSize(int, int)

Initailizes a new instance of ModuleSize.

public ModuleSize(int barNarrow, int barWide)

Parameters

barNarrow int

The width for the barcode's narrow bars.

barWide int

The width for the barcode's wide bars.

Properties

BarNarrow

The width for the barcode's narrow bars.

public int BarNarrow { get; set; }

Property Value

int

BarWide

The width for the barcode's wide bars.

public int BarWide { get; set; }

Property Value

int

Methods

NotifyChangeValue()

Notifies of value changing

protected void NotifyChangeValue()

ToString()

Format text for property grid

public override string ToString()

Returns

string