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

A short description

The class is declared as follow:

        
    namespace  CODE_128
        {
        
    class CODE128
        {
        public:
            CODE128();
            void SetXResolution(int);
            void SetYResolution(int);
            void SetOneModuleWidth(float);
            float GetOneModuleWidth(void);
            void SetCodeString(LPCTSTR);
            void Draw(HDC,int,int,int,COLORREF);
            void SetLeadIn(int);
            void SetLeadOut(int);
            int  GetLeadIn(void);
            int  GetLeadOut(void);
            LPCTSTR GetMetricsDescription(void);
            int GetLengthInModules(void);
            void SetLeadInAndLeadOutFlag(BOOL);
            BOOL GetLeadInAndLeadOutFlag(void);
        };


    } // end namespace CODE_128
        

For more inforamtion see more detailed description.

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