Class ThickThinBarCode
Internal base class for several bar code types.
public abstract class ThickThinBarCode : BarCode
- Inheritance
-
ThickThinBarCode
- Derived
- Inherited Members
Constructors
ThickThinBarCode(string, XSize, CodeDirection)
Initializes a new instance of the ThickThinBarCode class.
public ThickThinBarCode(string code, XSize size, CodeDirection direction)
Parameters
codestringsizeXSizedirectionCodeDirection
Properties
WideNarrowRatio
Gets or sets the ratio between thick and thin lines. Must be between 2 and 3. Optimal and also default value is 2.6.
public override double WideNarrowRatio { get; set; }