Overload List

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

See Also