Click or drag to resize

PdfCode11Barcode Methods

The PdfCode11Barcode type exposes the following members.

Methods
Name Description
Protected method CalculateCheckDigit (Overrides PdfUnidimensionalBarcode 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 GetCharWidth
Returns the Character width.
(Inherited from PdfUnidimensionalBarcode .)
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
Returns the Actual text to encode.
(Inherited from PdfUnidimensionalBarcode .)
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