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

A short description

The class is declared as follow:

        
    namespace   Code128Barcode
        {
        
    public class  Code128
        {
        // Methods:
        public Code128();
        public void Draw(System.Drawing.Graphics graphics,
                        int xOffset,
                        int yOffset,
                        int height,
                        System.Drawing.Color foregroundColor,
                        System.Drawing.Color backgroundColor
                        );
        
        // Properties:
        public bool DrawLeadInAndLeadOut;
        public int LeadIn;
        public int LeadOut;
        public int LengthInModules;
        public string MetricsDescription;
        public double OneModuleWidth;
        public string Text;
        public int XResolution;
        
        // Constants:
        public const float Code128ElementMinimalWidth;
        public const int Code128ElementMinimalFreeZone;
        
        };


    } // end namespace Code128Barcode
        

For more inforamtion see more detailed description.

Valid HTML 4.01 Transitional© PVL team, 2004-2010, 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.