[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.Code25intlvOptions

Class Code25intlvOptions

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

The options of Code25intlv.

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

Constructors

Code25intlvOptions()

Initializes a new instance of the Code25intlvOptions class.

public Code25intlvOptions()

Properties

BearBar

Whether or not to display bearer bar to ITF barcode.

public bool BearBar { get; set; }

Property Value

bool

LineStroke

The color of bearer bar.

public Color LineStroke { get; set; }

Property Value

System.Drawing.Color

LineStrokeThickness

The line width of bearer bar.

public int LineStrokeThickness { 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

Reset()

Resets all properties to default values.

public void Reset()

ResetLineStroke()

protected void ResetLineStroke()

ShouldSerialize()

Indicates whether any property of this object has changed from its default value.

public bool ShouldSerialize()

Returns

bool

Return true if any object has changed from its default value, false otherwise.

ShouldSerializeLineStroke()

protected bool ShouldSerializeLineStroke()

Returns

bool