Overload List

  NameDescription
Render()()()
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.)
Render(ImageType)
Creates new Bitmap with rendered barcode and returns byte array containing the image.
(Inherited from BaseBarcode.)
Render(Single, Single)
Creates new Bitmap with rendered Barcode.
(Inherited from BaseBarcode.)
Render(ImageType, Single, Single)
Creates new Bitmap with rendered barcode and returns byte array containing the image.
(Inherited from BaseBarcode.)
Render(Graphics, Int32, Int32)
Renders barcode on specified graphics object.
(Inherited from BaseBarcode.)

See Also