Click or drag to resize

PdfCode32Barcode Methods

The PdfCode32Barcode type exposes the following members.

Methods
Name Description
Protected method CalculateCheckDigit (Overrides PdfCode39Barcode CalculateCheckDigit .)
Public method Draw(PdfPageBase, PointF)
Draws the barcode on theat the specified location.
(Inherited from PdfUnidimensionalBarcode .)
Public method Draw(PdfPageBase, RectangleF)
Draws the barcode on theat the specified region.
(Inherited from PdfUnidimensionalBarcode .)
Protected method Draw(PdfPageBase, PointF, SizeF)
Draws the barcode on theat the specified location with the size.
(Inherited from PdfUnidimensionalBarcode .)
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 GetBarcodeSymbols
Gets the barcode symbols.
Protected method GetCharWidth
Returns the Character width.
(Inherited from PdfUnidimensionalBarcode .)
Protected method GetDataToEncode
To get the Actual Encoded Text from from original Text..
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Protected method GetSize
Returns the size of the barcode.
(Inherited from PdfUnidimensionalBarcode .)
Protected method GetTextToEncode (Overrides PdfCode39Barcode GetTextToEncode .)
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.
(Inherited from PdfUnidimensionalBarcode .)
Public method ToImage
Exports the barcode as image.

Return Value

Type:
The barcode image.
(Inherited from PdfUnidimensionalBarcode .)
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.
(Inherited from PdfUnidimensionalBarcode .)
Top
See Also