PdfUnidimensionalBarcode Methods |
The PdfUnidimensionalBarcode type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CalculateCheckDigit |
Calculates the check digit based on the barcode specification.
|
![]() |
Draw(PdfPageBase, PointF) |
Draws the barcode on theat the specified location.
|
![]() |
Draw(PdfPageBase, RectangleF) |
Draws the barcode on theat the specified region.
|
![]() |
Draw(PdfPageBase, PointF, SizeF) |
Draws the barcode on theat the specified location with the size.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetCharWidth |
Returns the Character width.
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetSize |
Returns the size of the barcode.
(Overrides
PdfBarcode
GetSize
.)
|
![]() |
GetTextToEncode |
Returns the Actual text to encode.
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
PaintRectangle |
Internal method used to paint bars on the page.
|
![]() |
ToImage |
Exports the barcode as image.
Return ValueType:The barcode image. |
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
![]() |
Validate |
Internal method used to validate the given barcode text.
(Overrides
PdfBarcode
Validate(String)
.)
|