|
|
BarcodeCodabar (PdfDocument document) |
|
Creates a new BarcodeCodabar. More...
|
|
|
BarcodeCodabar (PdfDocument document, PdfFont font) |
|
Creates a new BarcodeCodabar. More...
|
|
override Rectangle |
GetBarcodeSize () |
|
Gets the maximum area that the barcode and the text, if any, will occupy. More...
|
|
override Rectangle |
PlaceBarcode (PdfCanvas canvas, Color barColor, Color textColor) |
|
Places the barcode in a PdfCanvas . More...
|
|
virtual float |
GetX () |
|
Gets the minimum bar width. More...
|
|
virtual void |
SetX (float x) |
|
Sets the minimum bar width. More...
|
|
virtual float |
GetN () |
|
Gets the bar multiplier for wide bars. More...
|
|
virtual void |
SetN (float n) |
|
Sets the bar multiplier for wide bars. More...
|
|
virtual PdfFont |
GetFont () |
|
Gets the text font. More...
|
|
virtual void |
SetFont (PdfFont font) |
|
Sets the text font. More...
|
|
virtual float |
GetSize () |
|
virtual void |
SetSize (float size) |
|
Sets the size of the text. More...
|
|
virtual float |
GetBaseline () |
|
Gets the text baseline. More...
|
|
virtual void |
SetBaseline (float baseline) |
|
Sets the text baseline. More...
|
|
virtual float |
GetBarHeight () |
|
Gets the height of the bars. More...
|
|
virtual void |
SetBarHeight (float barHeight) |
|
Sets the height of the bars. More...
|
|
virtual int |
GetTextAlignment () |
|
Gets the text alignment. More...
|
|
virtual void |
SetTextAlignment (int textAlignment) |
|
Sets the text alignment. More...
|
|
virtual bool |
IsGenerateChecksum () |
|
Gets the optional checksum generation. More...
|
|
virtual void |
SetGenerateChecksum (bool generateChecksum) |
|
Setter for property generateChecksum. More...
|
|
virtual bool |
IsChecksumText () |
|
Gets the property to show the generated checksum in the the text. More...
|
|
virtual void |
SetChecksumText (bool checksumText) |
|
Sets the property to show the generated checksum in the the text. More...
|
|
virtual bool |
IsStartStopText () |
|
Sets the property to show the start and stop character '*' in the text for the barcode 39. More...
|
|
virtual void |
SetStartStopText (bool startStopText) |
|
Gets the property to show the start and stop character '*' in the text for the barcode 39. More...
|
|
virtual bool |
IsExtended () |
|
Gets the property to generate extended barcode 39. More...
|
|
virtual void |
SetExtended (bool extended) |
|
Sets the property to generate extended barcode 39. More...
|
|
virtual String |
GetCode () |
|
Gets the code to generate. More...
|
|
virtual void |
SetCode (String code) |
|
Sets the code to generate. More...
|
|
virtual bool |
IsGuardBars () |
|
Gets the property to show the guard bars for barcode EAN. More...
|
|
virtual void |
SetGuardBars (bool guardBars) |
|
Sets the property to show the guard bars for barcode EAN. More...
|
|
virtual int |
GetCodeType () |
|
Gets the code type. More...
|
|
virtual void |
SetCodeType (int codeType) |
|
Sets the code type. More...
|
|
virtual float |
GetInkSpreading () |
|
Gets the amount of ink spreading. More...
|
|
virtual void |
SetInkSpreading (float inkSpreading) |
|
Sets the amount of ink spreading. More...
|
|
virtual String |
GetAltText () |
|
Gets the alternate text. More...
|
|
virtual void |
SetAltText (String altText) |
|
Sets the alternate text. More...
|
|
virtual PdfFormXObject |
CreateFormXObject (PdfDocument document) |
|
Creates a PdfFormXObject with the barcode. More...
|
|
virtual PdfFormXObject |
CreateFormXObject (Color barColor, Color textColor, PdfDocument document) |
|
Creates a PdfFormXObject with the barcode. More...
|
|
virtual void |
FitWidth (float width) |
|
Make the barcode occupy the specified width. More...
|
|