PdfSharp-GDI
1.31.7289
|
Represents the base class of all bar codes. More...
Public Member Functions | |
BarCode (string text, XSize size, CodeDirection direction) | |
Initializes a new instance of the BarCode class. More... | |
![]() | |
CodeBase (string text, XSize size, CodeDirection direction) | |
Initializes a new instance of the CodeBase class. More... | |
Static Public Member Functions | |
static BarCode | FromType (CodeType type, string text, XSize size, CodeDirection direction) |
Creates a bar code from the specified code type. More... | |
static BarCode | FromType (CodeType type, string text, XSize size) |
Creates a bar code from the specified code type. More... | |
static BarCode | FromType (CodeType type, string text) |
Creates a bar code from the specified code type. More... | |
static BarCode | FromType (CodeType type) |
Creates a bar code from the specified code type. More... | |
![]() | |
static XVector | CalcDistance (AnchorType oldType, AnchorType newType, XSize size) |
Calculates the distance between an old anchor point and a new anchor point. More... | |
Properties | |
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... | |
Additional Inherited Members | |
![]() | |
abstract void | CheckCode (string text) |
When implemented in a derived class, determines whether the specified string can be used as Text for this bar code type. More... | |
Represents the base class of all bar codes.
PdfSharp.Drawing.BarCodes.BarCode.BarCode | ( | string | text, |
XSize | size, | ||
CodeDirection | direction | ||
) |
Initializes a new instance of the BarCode class.
text | |
size | |
direction |
Creates a bar code from the specified code type.
Creates a bar code from the specified code type.
|
static |
Creates a bar code from the specified code type.
|
static |
Creates a bar code from the specified code type.
|
getset |
Gets or sets the length of the data that defines the bar code.
|
getset |
Gets or sets the optional end character.
|
getset |
Gets or sets the optional start character.
|
getset |
Gets or sets the location of the text next to the bar code.
|
getset |
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))
|
getset |
When overridden in a derived class gets or sets the wide narrow ratio.