Home|Download|Buy online|Affiliates|Search|Feedback|Site Map|ReviewsUse our online RSS & XML news feeds to get the latest news about our products delivered to your desktop... RSS feed    04.02.2012
Home»Code128 .NET Control»SDK
Find out more how to use BestView...
A sample of use

A sample of use

Below is the part of the Code128Library_TestApplication application:


    public class MainForm : System.Windows.Forms.Form
     {
        
     Code128Barcode.Code128 _Code128 = new  Code128Barcode.Code128();
        

     private void OnPaint(object sender, System.Windows.Forms.PaintEventArgs e)
       {
       Graphics g = e.Graphics;
       _Code128.Text="1234567890 abcde";
       _Code128.DrawLeadInAndLeadOut=true;
       _Code128.Draw(g,0,0,100,System.Drawing.Color.Blue,System.Drawing.Color.White);
       }
            

     }

        
Valid HTML 4.01 Transitional© PVL team, 2004-2012, all rights reserved. This Web site and its entire contents are for personal use only and may not be copied, reproduced, modified, published or distributed in any way,without PVL team's prior written permission.