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

Short description

The class in the ean8.h header file is declared as follow:

        
        
#include <windows.h>
#include <tchar.h>
		
    namespace  EAN8
        {
        
    class EAN8
        {
        public:
            EAN8();
            
// Main functions void SetXResolution(int); void SetYResolution(int); BOOL SetNumber(LPCTSTR); void DrawBarCode(HDC,int,int);
// Helper functions void SetZoomFactor(double); double GetZoomFactor();
void SetLeadInAndLeadOutFlag(BOOL); BOOL GetLeadInAndLeadOutFlag();
void SetEdgeFlag(BOOL); BOOL GetEdgeFlag();
void SetDrawTextFlag(BOOL); BOOL GetDrawTextFlag();
void SetBackgroundFlag(BOOL); BOOL GetBackgroundFlag();
void SetForegroundColor(COLORREF); COLORREF GetForegroundColor();
void SetBackgroundColor(COLORREF); COLORREF GetBackgroundColor();
void SetExactSymbolHeight(double); double GetExactSymbolHeight(); }; } // end namespace EAN8
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.