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»EAN128 barcode»SDK
Find out more how to use BestView...
A short description

Short description

The top level class in the ean128.h header file is declared as follow:

        
        
#include <windows.h>
#include <tchar.h>
#include <atlstr.h>
#include <atlcoll.h>
	
namespace  EAN_128
    {
        
    class EAN128
        {
        public:
        EAN128();
        
// Main functions void SetXResolution(int); void SetYResolution(int); void Reset(); BOOL AddPiece(LPCTSTR); void Draw(HDC,int,int,int,COLORREF);
// Helper functions void SetOneModuleWidth(float); float GetOneModuleWidth(); void SetLeadIn(int); void SetLeadOut(int); int GetLeadIn(); int GetLeadOut(); CString GetMetricsDescription(); int GetLengthInModules(); void SetLeadInAndLeadOutFlag(BOOL); BOOL GetLeadInAndLeadOutFlag(); } } // end namespace EAN_128
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.