[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.Code25intlvOptions

Code25intlvOptions Class

The options of Code25intlv.

Inheritance
Code25intlvOptions
Namespace: GrapeCity.Documents.Barcode
Assembly: DS.Documents.Barcode.dll
Syntax
public class Code25intlvOptions : BarCodeOptionsBase
Public Class Code25intlvOptions
    Inherits BarCodeOptionsBase

Constructors

Name Description
Code25intlvOptions()

Initializes a new instance of the Code25intlvOptions class.

Properties

Name Description
BearBar

Whether or not to display bearer bar to ITF barcode.

LineStroke

The color of bearer bar.

LineStrokeThickness

The line width of bearer bar.

Methods

Name Description
AssignFrom(BarCodeOptionsBase)

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

Clone()

Makes object copy

Reset()

Resets all properties to default values.

ResetLineStroke()
ShouldSerialize()

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

ShouldSerializeLineStroke()