Click or drag to resize

PdfUnidimensionalBarcode Methods

The PdfUnidimensionalBarcode type exposes the following members.

Methods
Name Description
Protected method CalculateCheckDigit
Calculates the check digit based on the barcode specification.
Public method Draw(PdfPageBase, PointF)
Draws the barcode on theat the specified location.
Public method Draw(PdfPageBase, RectangleF)
Draws the barcode on theat the specified region.
Protected method Draw(PdfPageBase, PointF, SizeF)
Draws the barcode on theat the specified location with the size.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Protected method GetCharWidth
Returns the Character width.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Protected method GetSize
Returns the size of the barcode.
(Overrides PdfBarcode GetSize .)
Protected method GetTextToEncode
Returns the Actual text to encode.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method PaintRectangle
Internal method used to paint bars on the page.
Public method ToImage
Exports the barcode as image.

Return Value

Type:
The barcode image.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Protected method Validate
Internal method used to validate the given barcode text.
(Overrides PdfBarcode Validate(String) .)
Top
See Also