PdfBarcode Class |
Namespace: Spire.Pdf.Barcode
The PdfBarcode type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfBarcode |
Initializes a new instance of theclass.
|
![]() |
PdfBarcode(String) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
BackColor |
Gets or sets the back color of the barcode.
|
![]() |
BarColor |
Gets or sets the bar color of the barcode.
|
![]() |
BarHeight |
Gets or sets the bar height.
|
![]() |
Bounds |
Gets or sets the rectangular area occupied by the barcode.
|
![]() |
Location |
Gets or sets the location to render barcode in the PDF Document.
|
![]() |
NarrowBarWidth |
Gets or sets the narrow bar width.
|
![]() |
QuietZone |
Gets or sets the empty area which is to be allocated around the barcode.
|
![]() |
Size |
Gets the size of the barcode.
|
![]() |
Text |
Gets or Sets the barcode text.
|
![]() |
TextColor |
Gets or sets the text color of the barcode text.
|
Name | Description | |
---|---|---|
![]() |
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
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetSize |
Internal method which calculates the size of the barcode which is going to rendered.
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
![]() |
Validate |
Internal method which validates whether the given text is acceptable by the current barcode
specification or not.
|