Internal base class for several bar code types.
More...
|
override double | WideNarrowRatio [get, set] |
| Gets or sets the ration between thick an thin lines. Must be between 2 and 3. Optimal and also default value is 2.6. More...
|
|
virtual double | WideNarrowRatio [get, set] |
| When overridden in a derived class gets or sets the wide narrow ratio. More...
|
|
TextLocation | TextLocation [get, set] |
| Gets or sets the location of the text next to the bar code. More...
|
|
int | DataLength [get, set] |
| Gets or sets the length of the data that defines the bar code. More...
|
|
char | StartChar [get, set] |
| Gets or sets the optional start character. More...
|
|
char | EndChar [get, set] |
| Gets or sets the optional end character. More...
|
|
virtual bool | TurboBit [get, set] |
| Gets or sets a value indicating whether the turbo bit is to be drawn. (A turbo bit is something special to Kern (computer output processing) company (as far as I know)) More...
|
|
XSize | Size [get, set] |
| Gets or sets the size. More...
|
|
string | Text [get, set] |
| Gets or sets the text the bar code shall represent. More...
|
|
AnchorType | Anchor [get, set] |
| Always MiddleCenter. More...
|
|
CodeDirection | Direction [get, set] |
| Gets or sets the drawing direction. More...
|
|
Internal base class for several bar code types.
◆ ThickThinBarCode()
PdfSharp.Drawing.BarCodes.ThickThinBarCode.ThickThinBarCode |
( |
string |
code, |
|
|
XSize |
size, |
|
|
CodeDirection |
direction |
|
) |
| |
◆ WideNarrowRatio
override double PdfSharp.Drawing.BarCodes.ThickThinBarCode.WideNarrowRatio |
|
getset |
Gets or sets the ration between thick an thin lines. Must be between 2 and 3. Optimal and also default value is 2.6.
The documentation for this class was generated from the following file: