Represents a base class for all barcode types.

Namespace: Spire.Pdf.Barcode
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class PdfBarcode
Public Class PdfBarcode
public ref class PdfBarcode
type PdfBarcode =  class end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PdfBarcode()()()()
Initializes a new instance of the class.
PdfBarcode(String)
Initializes a new instance of the class.
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.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSize()()()()
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Location
Gets or sets the location to render barcode in the PDF Document.
m_bounds
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Validate(String)

Inheritance Hierarchy

System..::..Object
  Spire.Pdf.Barcode..::..PdfBarcode
    Spire.Pdf.Barcode..::..PdfUnidimensionalBarcode

See Also