BarcodeProfessional DrawOnCanvas Method Neodynamic Barcode Professional SDK for .NET Class Reference
Overload List

  NameDescription
Public methodDrawOnCanvas(Graphics)
Draws the barcode onto the graphics object at the origin point.
Public methodDrawOnCanvas(Graphics, PointF)
Draws the barcode onto the graphics object at the given point.
Public methodDrawOnCanvas(Graphics, PointF, SizeF)
Draws the barcode onto the specified graphics object fitting the bars into the specified size.
Public methodDrawOnCanvas(Graphics, PointF, Single)
Draws the barcode onto the graphics object at the given point and in the specified scale.
Public methodDrawOnCanvas(Graphics, PointF, SizeF, Single)
Draws the barcode onto the graphics object at the given point and in the specified scale.
Back to Top
See Also