Represents the Base class for all the Single dimensional barcodes
Namespace: Spire.Pdf.BarcodeAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public abstract class PdfUnidimensionalBarcode : PdfBarcode
Public MustInherit Class PdfUnidimensionalBarcode Inherits PdfBarcode
public ref class PdfUnidimensionalBarcode abstract : public PdfBarcode
[<AbstractClassAttribute>] type PdfUnidimensionalBarcode = class inherit PdfBarcode end
Members
| All Members | Constructors | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfUnidimensionalBarcode()()()() |
Initializes the new instance of
| |
| BackColor |
Gets or sets the back color of the barcode.
(Inherited from PdfBarcode.) | |
| BarcodeToTextGapHeight |
Gets or sets the gap between the barcode and the displayed text.
| |
| BarColor |
Gets or sets the bar color of the barcode.
(Inherited from PdfBarcode.) | |
| BarHeight |
Gets or sets the bar height.
(Inherited from PdfBarcode.) | |
| Bounds |
Gets or sets the rectangular area occupied by the barcode.
(Inherited from PdfBarcode.) | |
| CalculateCheckDigit()()()() | ||
| check | ||
| continuous | ||
| Draw(PdfPageBase, PointF) |
Draws the barcode on the at the specified location.
| |
| Draw(PdfPageBase, RectangleF) |
Draws the barcode on the at the specified region.
| |
| Draw(PdfPageBase, PointF, SizeF) |
Draws the barcode on the at the specified location with the size.
| |
| EnableCheckDigit | Obsolete.
Gets or sets a value indicating whether to enable to check digit calculation in the generated barcode or not.
| |
| EncodeStartStopSymbols |
Gets or sets a value indicating whether [encode start stop symbols].
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Font |
Gets or sets the Text font.
| |
| GetCharWidth(Char) | ||
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSize()()()() | (Overrides PdfBarcode..::..GetSize()()()().) | |
| GetTextToEncode()()()() | ||
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Location |
Gets or sets the location to render barcode in the PDF Document.
(Inherited from PdfBarcode.) | |
| m_bounds | (Inherited from PdfBarcode.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NarrowBarWidth |
Gets or sets the narrow bar width.
(Inherited from PdfBarcode.) | |
| PaintRectangle(PdfPageBase, RectangleF) | ||
| QuietZone |
Gets or sets the empty area which is to be allocated around the barcode.
(Inherited from PdfBarcode.) | |
| ShowCheckDigit | Obsolete. | |
| Size |
Gets the size of the barcode.
(Inherited from PdfBarcode.) | |
| Text |
Gets or Sets the barcode text.
(Inherited from PdfBarcode.) | |
| TextAlignment |
Gets or sets the alignment of the text displayed on the barcode.
| |
| TextColor |
Gets or sets the text color of the barcode text.
(Inherited from PdfBarcode.) | |
| TextDisplayLocation |
Gets or sets the text display location.
| |
| ToImage()()()() |
Exports the barcode as image.
Return ValueThe barcode image. | |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
| Validate(String) | (Overrides PdfBarcode..::..Validate(String).) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Barcode..::..PdfBarcode
Spire.Pdf.Barcode..::..PdfUnidimensionalBarcode
Spire.Pdf.Barcode..::..PdfCodabarBarcode
Spire.Pdf.Barcode..::..PdfCode11Barcode
Spire.Pdf.Barcode..::..PdfCode128ABarcode
Spire.Pdf.Barcode..::..PdfCode128BBarcode
Spire.Pdf.Barcode..::..PdfCode128CBarcode
Spire.Pdf.Barcode..::..PdfCode39Barcode
Spire.Pdf.Barcode..::..PdfCode93Barcode
Spire.Pdf.Barcode..::..PdfBarcode
Spire.Pdf.Barcode..::..PdfUnidimensionalBarcode
Spire.Pdf.Barcode..::..PdfCodabarBarcode
Spire.Pdf.Barcode..::..PdfCode11Barcode
Spire.Pdf.Barcode..::..PdfCode128ABarcode
Spire.Pdf.Barcode..::..PdfCode128BBarcode
Spire.Pdf.Barcode..::..PdfCode128CBarcode
Spire.Pdf.Barcode..::..PdfCode39Barcode
Spire.Pdf.Barcode..::..PdfCode93Barcode