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
Methods
Public Static methods
Internal Static methods
Public methods
Details
Inheritance
Nested types
Enums
Constructors
Barcode128
Source code
public Barcode128()
Methods
GetStartSymbol
Source code
public static char GetStartSymbol(Barcode128CodeSet codeSet)
Arguments
Type | Name | Description |
---|
Barcode128CodeSet | codeSet | |
RemoveFNC1
Source code
public static string RemoveFNC1(string code)
Arguments
Type | Name | Description |
---|
string | code | |
GetHumanReadableUCCEAN
Source code
public static string GetHumanReadableUCCEAN(string code)
Arguments
Type | Name | Description |
---|
string | code | |
IsNextDigits
Source code
internal static bool IsNextDigits(string text, int textIndex, int numDigits)
Arguments
Type | Name | Description |
---|
string | text | |
int | textIndex | |
int | numDigits | |
GetPackedRawDigits
Source code
internal static string GetPackedRawDigits(string text, int textIndex, int numDigits)
Arguments
Type | Name | Description |
---|
string | text | |
int | textIndex | |
int | numDigits | |
GetRawText [1/2]
Source code
public static string GetRawText(string text, bool ucc, Barcode128CodeSet codeSet)
Arguments
Type | Name | Description |
---|
string | text | |
bool | ucc | |
Barcode128CodeSet | codeSet | |
GetRawText [2/2]
Source code
public static string GetRawText(string text, bool ucc)
Arguments
Type | Name | Description |
---|
string | text | |
bool | ucc | |
GetBarsCode128Raw
Source code
public static byte GetBarsCode128Raw(string text)
Arguments
Type | Name | Description |
---|
string | text | |
PlaceBarcode
Source code
public override Rectangle PlaceBarcode(PdfContentByte cb, BaseColor barColor, BaseColor textColor)
Arguments
CreateDrawingImage
Source code
public override Image CreateDrawingImage(Color foreground, Color background)
Arguments
Type | Name | Description |
---|
Color | foreground | |
Color | background | |
Properties
CodeSet
public virtual Barcode128CodeSet CodeSet { get; set; }
BarcodeSize
public override Rectangle BarcodeSize { get; }
Code
public override string Code { set; }
Generated with ModularDoc