BarcodeEANSUPP Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf
iTextSharp.text.pdf.BarcodeEANSUPP[[BarcodeEANSUPP]]
iTextSharp.text.pdf.Barcode[[Barcode]]
class iTextSharp.text.pdf.Barcode abstractStyle;
end
iTextSharp.text.pdf.Barcode --> iTextSharp.text.pdf.BarcodeEANSUPP
Members
Properties
Public properties
Methods
Public methods
Details
Inheritance
Constructors
BarcodeEANSUPP
Source code
public BarcodeEANSUPP(Barcode ean, Barcode supp)
Arguments
Methods
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
BarcodeSize
public override Rectangle BarcodeSize { get; }
Generated with ModularDoc