PdfCode39ExtendedBarcode Class |
Namespace: Spire.Pdf.Barcode
The PdfCode39ExtendedBarcode type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfCode39ExtendedBarcode |
Initializes a new instance of theclass.
|
![]() |
PdfCode39ExtendedBarcode(String) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
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.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
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
.)
|
![]() |
EnableCheckDigit |
Obsolete.
Gets or sets a value indicating whether to enable to check digit calculation in the generated barcode or not.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
EncodeStartStopSymbols |
Gets or sets a value indicating whether [encode start stop symbols].
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
Font |
Gets or sets the Text font.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
Location |
Gets or sets the location to render barcode in the PDF Document.
(Inherited from
PdfBarcode
.)
|
![]() |
NarrowBarWidth |
Gets or sets the narrow bar width.
(Inherited from
PdfBarcode
.)
|
![]() |
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.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
TextColor |
Gets or sets the text color of the barcode text.
(Inherited from
PdfBarcode
.)
|
![]() |
TextDisplayLocation |
Gets or sets the text display location.
(Inherited from
PdfUnidimensionalBarcode
.)
|
Name | Description | |
---|---|---|
![]() |
CalculateCheckDigit | (Overrides PdfCode39Barcode CalculateCheckDigit .) |
![]() |
Draw(PdfPageBase, PointF) |
Draws the barcode on theat the specified location.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
Draw(PdfPageBase, RectangleF) |
Draws the barcode on theat the specified region.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
Draw(PdfPageBase, PointF, SizeF) |
Draws the barcode on theat the specified location with the size.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
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.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetSize |
Returns the size of the barcode.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
GetTextToEncode | (Overrides PdfCode39Barcode GetTextToEncode .) |
![]() |
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.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
ToImage |
Exports the barcode as image.
(Inherited from
PdfUnidimensionalBarcode
.)
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.
(Inherited from
PdfUnidimensionalBarcode
.)
|
Name | Description | |
---|---|---|
![]() |
check |
Automatically adds the check digit to the barcode when true.
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
continuous |
To check whether Barcode is ContinuousBarcode or discrete
(Inherited from
PdfUnidimensionalBarcode
.)
|
![]() |
m_bounds |
Indicates the region of the barcode.
(Inherited from
PdfBarcode
.)
|