Table of Contents

Class ThickThinBarCode

Namespace
PdfSharp.Drawing.BarCodes
Assembly
PdfSharp.dll

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

code string
size XSize
direction CodeDirection

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; }

Property Value

double