[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.Ean128Fnc1Options

Class Ean128Fnc1Options

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

The options of Code128

public class Ean128Fnc1Options : BarCodeOptionsBase
Inheritance
object
Ean128Fnc1Options
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

Ean128Fnc1Options()

Initializes a new instance of the Ean128Fnc1Options class.

public Ean128Fnc1Options()

Ean128Fnc1Options(string)

Initializes a new instance of the Ean128Fnc1Options class.

public Ean128Fnc1Options(string options)

Parameters

options string

The serialized data string.

Properties

BarAdjust

Gets or sets the adjustment size by dot.

public int BarAdjust { get; set; }

Property Value

int

Dpi

Gets or sets the resolution of the printer.

public int Dpi { get; set; }

Property Value

int

ModuleSize

Gets or sets the horizontal size of the barcode module.

public int ModuleSize { get; set; }

Property Value

int

Methods

AssignFrom(BarCodeOptionsBase)

Assigns (copies) properties from another BarCodeOptionsBase to the current object.

public override void AssignFrom(BarCodeOptionsBase source)

Parameters

source BarCodeOptionsBase

The source object to copy properties from.

Clone()

Makes object copy

public override object Clone()

Returns

object

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.