BarcodeDatamatrix Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.BarcodeDatamatrix[[BarcodeDatamatrix]] end
Members
Properties
Public properties
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
|
|
( |
|
|
(
cb,
foreground, |
Details
Nested types
Classes
-
Placement -
ReedSolomon
Constructors
BarcodeDatamatrix [1/3]
Source code
public BarcodeDatamatrix()
BarcodeDatamatrix [2/3]
Source code
public BarcodeDatamatrix(string code)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
code |
BarcodeDatamatrix [3/3]
Source code
public BarcodeDatamatrix(string code, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
code |
|
|
|
encoding |
Methods
Generate [1/3]
Source code
public virtual int Generate(string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
Generate [2/3]
Source code
public virtual int Generate(string text, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
encoding |
Generate [3/3]
Source code
public virtual int Generate(byte[] text, int textOffset, int textSize)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
textOffset |
|
|
|
textSize |
PlaceBarcode
Source code
public virtual void PlaceBarcode(PdfContentByte cb, BaseColor foreground, float moduleHeight, float moduleWidth)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
cb |
|
|
|
foreground |
|
|
|
moduleHeight |
|
|
|
moduleWidth |
CreateImage
Source code
public virtual Image CreateImage()
CreateDrawingImage
Source code
public virtual Image CreateDrawingImage(Color foreground, Color background)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
foreground |
|
|
|
background |
Properties
BitImage
public virtual byte BitImage { get; }
Height
public virtual int Height { get; set; }
Width
public virtual int Width { get; set; }
Ws
public virtual int Ws { get; set; }
Options
public virtual int Options { get; set; }
ForceSquareSize
public virtual bool ForceSquareSize { set; }
Generated with ModularDoc