Click or drag to resize
BaseBarcode Methods

The BaseBarcode type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLicenseFolder
Returns folder path from which component will load license file (BarcodeLicense.xml).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWidth
Public methodRender
Creates new Bitmap with rendered Barcode.
Public methodRender(ImageType)
Creates new Bitmap with rendered barcode and returns byte array containing the image.
Public methodRender(Single, Single)
Creates new Bitmap with rendered Barcode.
Public methodRender(Graphics, Int32, Int32)
Renders barcode on specified graphics object.
Public methodRender(ImageType, Single, Single)
Creates new Bitmap with rendered barcode and returns byte array containing the image.
Public methodRenderDpi
Public methodRenderHbitmap
Creates new Bitmap with rendered Barcode.
Public methodRenderHbitmap(Single, Single)
Creates new Bitmap with rendered Barcode.
Public methodRenderHbitmapDpi
Public methodSave(Stream, ImageType)
Creates new Bitmap with rendered Barcode and saves it to the stream with specified image format.
Public methodSave(String, ImageType)
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
Public methodSave(Stream, ImageType, Single, Single)
Creates new Bitmap with rendered Barcode and saves it to the stream with specified image format and resolution
Public methodSave(String, ImageType, Single, Single)
Creates new Bitmap with rendered Barcode and saves it to file of imageType format.
Public methodSaveDpi
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also