Barcode128 Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.Barcode128[[Barcode128]] iTextSharp.text.pdf.Barcode[[Barcode]] class iTextSharp.text.pdf.Barcode abstractStyle; end iTextSharp.text.pdf.Barcode --> iTextSharp.text.pdf.Barcode128
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
cb,
barColor,
textColor) |
Details
Inheritance
Nested types
Enums
-
Barcode128CodeSet
Constructors
Barcode128
Source code
public Barcode128()
Methods
GetStartSymbol
Source code
public static char GetStartSymbol(Barcode128CodeSet codeSet)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
codeSet |
RemoveFNC1
Source code
public static string RemoveFNC1(string code)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
code |
GetHumanReadableUCCEAN
Source code
public static string GetHumanReadableUCCEAN(string code)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
code |
IsNextDigits
Source code
internal static bool IsNextDigits(string text, int textIndex, int numDigits)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
textIndex |
|
|
|
numDigits |
GetPackedRawDigits
Source code
internal static string GetPackedRawDigits(string text, int textIndex, int numDigits)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
textIndex |
|
|
|
numDigits |
GetRawText [1/2]
Source code
public static string GetRawText(string text, bool ucc, Barcode128CodeSet codeSet)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
ucc |
|
|
|
codeSet |
GetRawText [2/2]
Source code
public static string GetRawText(string text, bool ucc)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
ucc |
GetBarsCode128Raw
Source code
public static byte GetBarsCode128Raw(string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
PlaceBarcode
Source code
public override Rectangle PlaceBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cb |
|
|
|
barColor |
|
|
|
textColor |
CreateDrawingImage
Source code
public override Image CreateDrawingImage(Color foreground, Color background)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
foreground |
|
|
|
background |
Properties
CodeSet
public virtual Barcode128CodeSet CodeSet { get; set; }
BarcodeSize
public override Rectangle BarcodeSize { get; }
Code
public override string Code { set; }
Generated with ModularDoc